Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
-
None
Description
We're interested in generating SVG image files that contains a size specification similar to this one
<svg width="400px" height="400px" viewBox="0 0 400 400"
Currently it looks like QSVGGenerator hard-codes the width and height specifications to be written in mm, so we'd get something like
<svg width="141.111mm" height="141.111mm" viewBox="0 0 400 400"
It would be nice to be able to set the unit in which width and height are outputted.