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

Little rendering problem using Image32 #219

Closed carloBarazzetta closed 2 years ago

carloBarazzetta commented 2 years ago

Two icons with some little problems using Image32: image The source files: apps_adblock_plus apps_antennapod

AngusJohnson commented 2 years ago

Yep. A little while ago I "tidied up" some code but evidently broke the line ending stuff 😱. I will "untidy" things 😜.

AngusJohnson commented 2 years ago

Should be fixed now: https://sourceforge.net/p/image32/code/ci/master/tree/source/

(Rounded line endings were not being drawn whenever squared or mitered edge joins had been selected.)