Hello Mikko, @alecive again. I am really excited about this library, but I am struggling with trying to understand what it can and it cannot do (and how to eventually extend it).
So, beginning with the basics:
how can I rotate and translate a NSVGshape ? Can I use something like nsvg__parseRotate and nsvg__parseTranslate ? If so, how can I use them?
If I have two NSVGimages, what would be the best way to combine them in one single NSVGimage with the NSVGshapes from both?
Hello Mikko, @alecive again. I am really excited about this library, but I am struggling with trying to understand what it can and it cannot do (and how to eventually extend it).
So, beginning with the basics:
NSVGshape
? Can I use something likensvg__parseRotate
andnsvg__parseTranslate
? If so, how can I use them?NSVGimage
s, what would be the best way to combine them in one singleNSVGimage
with theNSVGshape
s from both?Thank you!