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

4.1.3 + VCL + Image32SVGFactory + colors #273

Closed kazuser closed 4 months ago

kazuser commented 4 months ago

I don't understand 🥲

<svg width="128" height="128" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill="#fff" d="M0 0h128v128H0z"/></svg> = 255, 255, 255

<svg width="2" height="2" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 .5h2M.5 0v2" stroke="#fff"/></svg> = 254, 254, 254

0

Project1.zip

carloBarazzetta commented 4 months ago

You must ask to Angus Johnson, author of Image32 library, for "rendering problems"... https://github.com/AngusJohnson/Image32