svgpathtools icon indicating copy to clipboard operation
svgpathtools copied to clipboard

Enhancement to svgpathtools

Open NGExplorer opened this issue 10 months ago • 0 comments

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

NGExplorer avatar Feb 12 '25 10:02 NGExplorer