RazrFalcon / resvg

An SVG rendering library.
Mozilla Public License 2.0
2.74k stars 220 forks source link

Fix viewbox being ignored in context fills and strokes #744

Closed LaurenzV closed 5 months ago

LaurenzV commented 5 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 5 months ago

Thanks!

yisibl commented 5 months ago

Nice, now we can interoperate with Chrome 126.