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

image with base64 content #263

Closed bcp-software closed 1 year ago

bcp-software commented 1 year ago

Is there a plan to support base64 encoded data for the image element?

Example:

<image xmlns="http://www.w3.org/2000/svg" height="176.25" width="312.5" x="16.25" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="data:image/png;base64,iVBORw0KGgoAAAANS...........QmCC" y="438.75"/>
carloBarazzetta commented 1 year ago

No, components uses only SVG Images to perform auto-scaling without loosing quality.