Details
-
Bug
-
Resolution: Out of scope
-
P4: Low
-
4.4.0
-
None
Description
SVG does not interpret percentage values correctly.
In the following example 100% is interpreted as 100.
Example file.
<svg width="400" height="400" >
<rect x = "0" y = "0" width = "100%" height = "100%" style="fill:rgb(128,0,0)"/>
<rect x = "0" y = "0" width = "100" height = "100" style="fill:rgb(0,128,0)"/>
</svg>
Attachments
Issue Links
- is required for
-
QTBUG-6070 SVG aspect ratio bug
-
- Closed
-