svgpathtools
svgpathtools copied to clipboard
Enhancement to svgpathtools
While testing with NXP IMXRT device we find some issue in svgpath tools.
- Some GPU does not have 'arc' so we can use cubic bizen for such case.
- When GPU does not support 'arc' command Circle can be rendered using 2 arcs
- For polyline we should not add end path(z) command all times.
- When some parameters are not specified, assume it to zero as per SVGT12 specification