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

TSVGIconImage + WrapMode #252

Closed kazuser closed 1 year ago

kazuser commented 1 year ago

Is it ok?

image

carloBarazzetta commented 1 year ago

I've no control over the "size" inside SVG text of the image, because my component ask to the SVG engine to paint the image inside the area of the SVGIconImage: the intent of using a scalable images format is to scale them... If you want to paint the image in a different size you can use the BitmapZoom property to reduce the dimension of the image.