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

The input svg file is a circle with gradients. The issue is that on the output png file, on the very right of the circle the gradient is cut off...

bug

The following `SVG` files render wrong with `resvg`. ![paragraph_before](https://github.com/RazrFalcon/resvg/assets/11455533/7e70eefb-c08b-4ba3-a7ff-8154907af284) ![paragraph_after](https://github.com/RazrFalcon/resvg/assets/11455533/f7b06085-5f43-4640-908f-2e2f41530c33) ```svg Raw text data te@Xt1 text2 text3 Paragraph te@Xt1 code text2 link text3 ``` ```svg Raw text data text2 text3...

Hi! As was proposed [here](https://github.com/RazrFalcon/roxmltree/issues/118#issuecomment-2111707463), I decided to perform various tests with optimization `resvg` with more advanced compiler optimizations like LTO, PGO, PLO. Recently I tested [Profile-Guided Optimization](https://doc.rust-lang.org/rustc/profile-guided-optimization.html) (PGO) compiler...

(In Windows, I don’t know about other systems) there is no API function for getting the font name from a file. The result of a non-standard functions is often different...