commonMain.com.bkahlert.kommons.test.fixtures.SvgImageFixture.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kommons-test Show documentation
Show all versions of kommons-test Show documentation
Kommons Test is a Kotlin Multiplatform Library to ease testing.
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()
)