resvg icon indicating copy to clipboard operation
resvg copied to clipboard

An SVG rendering library.

Results 114 resvg issues
Sort by recently updated
recently updated
newest added

Here is the [corresponding specification](https://www.w3.org/TR/SVG2/painting.html#SpecifyingPaint). This is still a WIP, in particular, the following I still haven't looked into more deeply (as I'm still unfamiliar with the codebase) and I...

The use case is a PNG image which is base64-encoded and embedded in the SVG in an `` tag. In the attached example, the original image is 160x160, and scaled...

bug

Warnings on _translateX_, _translateY_, _scaleX and _scaleY_ : `Warning (in usvg_parser::svgtree:282): Failed to parse transform value: 'translateX(20px) translateY(20px) scaleX(2) scaleY(3)'.` SVG File : ![transform](https://github.com/RazrFalcon/resvg/assets/10601196/0fb52b16-144d-4592-bb9f-c7fe9ad41d48)

svg2

I was running version 0.27 of `resvg-explorer-extension.exe` for a long time and came around to update recently and noticed a regression between 0.27 and 0.36 in regard to the text...

Chrome and latest resvg [0.35.0] rendering screenshot. The arrows indicate that radius 1 is not displayed, radius 2 has size 1. ![image](https://github.com/RazrFalcon/resvg/assets/29166758/553adccc-f6c1-4c70-80ad-c0188dde3b36) Sample SVG ![Dilate](https://github.com/RazrFalcon/resvg/assets/29166758/c739a94a-7517-48f1-9587-b5d24a975e8c)

Panic inside filter::apply_composite, root cause maybe dest pixmap allocated with wrong size. SVG file: ![feComposite_panic](https://github.com/RazrFalcon/resvg/assets/374280/f3a3033a-5830-4dd0-a075-e91ac470dadc)

bug

Some svgs have a huge viewbox and I would need to limit the size of the png produced. The current settings (-w and -h) allow this if the image is...

I'm trying to render tiles of the full SVG. It works fine for many files but breaks for files with clip paths. Try the attached SVG with a modified version...

bug

Hey @RazrFalcon, I hope you're doing OK. There is a weird issue with text resolving that was caught for one particular font and a combination of letters. Not sure exactly...

bug