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
321 stars 93 forks source link

Further optimization of the path element #135

Closed pyscripter closed 3 years ago

pyscripter commented 3 years ago

See attached. SVG.zip

By the way a limitation of GDI+ and TSVG is that it does not support sub-pixel Pens (i.e stroke-width < 1 is the same as stroke-width = 1)

carloBarazzetta commented 3 years ago

pushed.

pyscripter commented 3 years ago

Could you please remove the unused var P in TSVGPath.ReadInAttr (see @luebbe' s comment)

carloBarazzetta commented 3 years ago

Done.