QSvgGenerator converts QSvgGraphicsItem to image when generating Svg
问题 I have a bunch of SVG files that I've loaded them (as QGraphicsSvgItem) into a QGraphicsScene for designing and everything is Ok, now I want to save the scene into another output SVG file (including all the Svg items) with QSvgGenerator with the code below, but when it is exporting SVG items turn into images in the output file and their vectors are not anymore scalable. I'm looking forward for XML-manipulation methods if there is no direct solution with this Qt framework. QSvgGenerator