NimSvg icon indicating copy to clipboard operation
NimSvg copied to clipboard

Nim-based DSL allowing to generate SVG files and GIF animations.

Results 4 NimSvg issues
Sort by recently updated
recently updated
newest added

Not a bug. I was interested in experimenting with using this library with Karax. Due to functions like `createDir`, and possibly other things I'm not aware of, it won't compile...

Thank you for the amazing library! Right now you can create a polyline like: ``` polyline(points="10.0,100.0 20.0,200.0", etc....) ``` Is there any interest in adding polyline to styles but having...

The example using animate does not work for me on windows. I think that the magick needs changed. Alternative could be something like `magick -delay 80 *.svg animated.gif`

Wanted to access the dsl from javascript. As per readme, features using file access would not be available. Not sure if this is of interest?