EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4.1.3 + VCL + Image32SVGFactory + colors

kazuser opened this issue · comments

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

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