bp74 / StageXL

A fast and universal 2D rendering engine for HTML5 and Dart.
http://www.stagexl.org
Other
880 stars 82 forks source link

Fix the bugs in SVG path decoder. #341

Closed linuxerwang closed 2 years ago

linuxerwang commented 3 years ago
  1. According to the SVG paths spec (https://www.w3.org/TR/SVG/paths.html):

"If a moveto is followed by multiple pairs of coordinates, the subsequent pairs are treated as implicit lineto commands."

  1. The parameters might be in scientific notation, like "1.45E-5".
bp74 commented 3 years ago

Thank you very much, i will take a look at it asap!