SVG image is incomplete
Moderators: helmut, XnTriq, xnview
SVG image is incomplete
I need to convert some SVG files to png. But XnConvert don't read all content from file. In attached zip SVG file and screenshots: how it look in InkScape and in XnConvert. What a problem with file?
- Attachments
-
- SVG.zip
- (169.21 KiB) Downloaded 37 times
Re: SVG image is incomplete
XnView/XnConvert use the SVG engine from Qt, but it's a basic implementation, so you can have problems on some files
Pierre.
Re: SVG image is incomplete
It's very sadly to hear... Any prospects for a more advanced engine?
Re: SVG image is incomplete
Don't know whether this makes sense for XnView?
https://github.com/RazrFalcon/resvg
It renders the SVG from above just fine. And QtSvg undoubtedly is one of the worst SVG libraries, unfortunately.
It's actively maintained, developped in Rust and really high quality.
To quote the authors: "The core idea is to make a fast, small, portable SVG library with the goal to support the whole SVG spec"
Here is a comparison of some of the SVG engines regarding SVG feature support (more is better)
https://github.com/RazrFalcon/resvg
It renders the SVG from above just fine. And QtSvg undoubtedly is one of the worst SVG libraries, unfortunately.
It's actively maintained, developped in Rust and really high quality.
To quote the authors: "The core idea is to make a fast, small, portable SVG library with the goal to support the whole SVG spec"
Here is a comparison of some of the SVG engines regarding SVG feature support (more is better)
Re: SVG - reSVG new version
nice subject title, which says it all
: new version, changelog here https://github.com/RazrFalcon/resvg/blo ... ANGELOG.md
