-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2, ODF 1.3
-
Fix Version/s: ODF 1.3
-
Component/s: Graphics, Part 3 (Schema) [1.2: 1]
-
Labels:None
-
Proposal:
In ODF 1.2 part 1 19.570 svg:viewBox we have:
The syntax for using this attribute is the same as the [SVG] syntax. The value of the attribute are
four numbers separated by white spaces, which define the left, top, right, and bottom dimensions
of the user coordinate system.
but [SVG] specifies:
The value of the viewBox attribute is a list of four numbers <min-x>, <min-y>, <width> and <height>,
So are the third and fourth numbers the right and bottom dimensions or the width and height?