Page 1 of 1
SVG image is incomplete
Posted: Fri Oct 07, 2022 10:24 am
by Finn
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?
Re: SVG image is incomplete
Posted: Sat Oct 08, 2022 8:32 am
by xnview
XnView/XnConvert use the SVG engine from Qt, but it's a basic implementation, so you can have problems on some files
Re: SVG image is incomplete
Posted: Mon Oct 10, 2022 5:53 am
by Finn
It's very sadly to hear... Any prospects for a more advanced engine?
Re: SVG image is incomplete
Posted: Sun Nov 27, 2022 11:48 pm
by DerRuhri
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)

Re: SVG - reSVG new version
Posted: Sun Dec 04, 2022 9:33 am
by DerRuhri
nice subject title, which says it all

: new version, changelog here
https://github.com/RazrFalcon/resvg/blo ... ANGELOG.md