EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
327 stars 96 forks source link

Optimize the parsing of svg path elements #133

Closed pyscripter closed 4 years ago

pyscripter commented 4 years ago

Major optimization. See attached. The cowboy.svg loads twice as fast.

SvgUpdate.zip

carloBarazzetta commented 4 years ago

Ok, pushed.