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

Taking into account of the "shape-rendering" attribute for rendering images #178

Closed syntax68 closed 3 years ago

syntax68 commented 3 years ago

Hi

Can you tell me if the "shape-rendering" attribute is used or not for rendering SVG images, please? It seems not. Indeed, when I display a simple grid (Delphi Engine TSVG), the lines present an anti-aliasing effect even if the "shape-rendering" attribute is set to "crispEdges".

Is there a development plan for this attribute?

pyscripter commented 3 years ago

Is there a development plan for this attribute?

I am afraid not.