linebender / resvg

An SVG rendering library.
Apache License 2.0
2.84k stars 229 forks source link

Fix viewbox being ignored in context fills and strokes #744

Closed LaurenzV closed 7 months ago

LaurenzV commented 7 months ago

Fixes #741 and #742.

Since the underlying problem for both issues is the same, I only added one new test case.

Before: test

Now: test

Matches Chrome Nightly output:

image
RazrFalcon commented 7 months ago

Thanks!

yisibl commented 7 months ago

Nice, now we can interoperate with Chrome 126.