SVG icon indicating copy to clipboard operation
SVG copied to clipboard

Rendering does not respect font-stretch attribute

Open cyl1d3 opened this issue 4 years ago • 1 comments

Description

When rendering a document via the SvgDocument.Draw() method, the generated image does not have its fonts condensed as specified.

Example data

I've attached the svg image I've tried to render and the result of the image rendered to the issue.

Used Versions

Occurs in .Net Core 3.1, I've tried both the 3.2.3 nuget package as well as the current master branch.

test.zip

cyl1d3 avatar Feb 15 '21 16:02 cyl1d3

@cyl1d3

font-stretch seems to not implementation.

H1Gdev avatar Feb 16 '21 06:02 H1Gdev