All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bkahlert.kommons.test.fixtures.SvgImageFixture.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.test.fixtures

/**
 * A [TextResourceFixture] encompassing a Scalable Vector Graphic (SVG)
 * showing the [Kommons](https://github.com/bkahlert/kommons) logo.
 */
public object SvgImageFixture : TextResourceFixture(
    "kommons.svg",
    "image/svg+xml",
    """
        
            
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                
                
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                    
                
            
            
            
            
        
    """.trimIndent()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy