ksvg icon indicating copy to clipboard operation
ksvg copied to clipboard

A Multiplatform Kotlin SVG image DSL.

Results 10 ksvg issues
Sort by recently updated
recently updated
newest added

Hey, I have added a helpful reference link for javascript in the Multiplatform Support section that I think will best add to your content and give your readers a more...

I want to try your solution, but I don't know how to add to my project. Do you can to add info to the README.

* Bump Gradle to 7.4.2 * Bump Kotlin to 1.7.0 I also refactored the Gradle scripts to be a little more idiomatic * dependencies defined in 'common', if they are...

having the option to insert "raw" child elements from string would be convenient example: ```kotlin fun generateSVG( shapeViewBox: String = "0 0 100 100", shapeContent: String = """""" ): String...

nested SVGs are a easy way to group elements together and drawing a picture inside a picture sadly it seems like `RenderMode.FILE` did not take this into account (also the...

Since `RenderMode` is no longer contained in `SVG` the code example should reflect this. Btw, great repo, just what I was looking for :)

Is it possible to package this for multiplatform? for my own project i just copied your code into my `commonMain` i use this with kotlin/js and react, but having it...

so far i fixed up test names with `@JsName` this works, testnames are still reported with spaces, but it is a pain to write a extra line test tasks `allTests`,...

`master-SNAPSHOT` is a little loose for my tastes. :)