memononen / nanosvg

Simple stupid SVG parser
zlib License
1.71k stars 363 forks source link

Question/tutorial #61

Open alecive opened 8 years ago

alecive commented 8 years ago

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:

Thank you!

SergeySlice commented 6 years ago
  1. It will be good to implement shape->xform to apply during rasterising. It requires many redesigning.
  2. For example shape1->next = p->image->shapes; p->image->shapes = shape1; shape2->next = p->image->shapes; p->image->shapes = shape2;