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
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".
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?