Sergey
Sergey
It will be good to handle also group visibility
It is possible  Sorry for not full codes. It is a copy from radialGradient but replacing one line ~~~ - gd = sqrtf(gx*gx + gy*gy); +...
And a syntax radialGradient -> conicGradient

Why not use float arithmetics?
There are two questions: 1. Make rasterizing not only with tx,ty,scale, but with full matrix including rotation. 2. Correct calculate image box after rotation to fit into view box. I...
It is resolved with pull request #103
Such picture?  :)
OK. One moment else. Should we perform parsing "transform" after parsing "x" and "y" in nsvg__parseAttr? The order is significant.
O, I see you already said this "Also, transforms attributes need priority for (and possible others), but they are currently parsed in the order they are found." Somehow reorder attributes?