treeform / pixie

Full-featured 2d graphics library for Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported SVG tag: use [PixieError]

jiiihpeeh opened this issue · comments

SVG is here
https://justpaste.it/87cb1
/home/juuu/.nimble/pkgs/pixie-5.0.1/pixie/fileformats/svg.nim(544) parseSvg ]] Error: unhandled exception: Unsupported SVG tag: use [PixieError]
EDIT:
I 'll try to implement this. We will see if I succeed. The work has begun and positions seem to already work, so... maybe soon

I should probably need to test this bit more and check if it works for other images but at least mdn example works
jiiihpeeh@ddc7adb
https://github.com/jiiihpeeh/pixie/blob/master/src/pixie/fileformats/svg.nim
This opens up a way for few other tags to be implemented and I think I could continue...