typst / svg2pdf

Converts SVG files to PDF.
Apache License 2.0
273 stars 32 forks source link

Don't include stroke in bbox for gradient with opacities on strokes #49

Closed LaurenzV closed 9 months ago

LaurenzV commented 9 months ago

Just a small fix. I mistakenly thought that when having a gradient with opacities on a stroke I need to take the stroke into consideration as well for the bbox, but it actually seems like neither resvg nor Chrome or Firefox do that. So we shouldn't do it either.

laurmaedje commented 9 months ago

Thanks!