-
Type: Bug
-
Status: Closed
-
Priority: Trivial
-
Resolution: Fixed
-
Affects Version/s: ODF 1.2
-
Fix Version/s: ODF 1.3
-
Component/s: Graphics, Part 3 (Schema) [1.2: 1]
-
Labels:None
-
Proposal:
A
Missing word "of" in description of items bottom, right, and top in table 11
in draw:formula, section 19.171, part 1, ODF1.2
Now it is:
The bottom position the svg:viewBox attribute is used.
-----------------------^
Should be:
The bottom position of the svg:viewBox attribute is used.
The right position of the svg:viewBox attribute is used.
The top position of the svg:viewBox attribute is used.
B
Duplicate sentences in items hasfill and hasstroke in table 11
in draw:formula, section 19.171, part 1, ODF1.2
Now it is:
If the shape has a fill style, a value of 1 is used.If the shape has a fill style, a value of 1 is used. If the shape has no fill style, a value of 0 is used.
If the shape has a line style, a value of 1 is used. If the shape has a line style, a value of 1 is used. If the shape has no line style, a value of 0 is used.
Should be:
If the shape has a fill style, a value of 1 is used. If the shape has no fill style, a value of 0 is used.
If the shape has a line style, a value of 1 is used. If the shape has no line style, a value of 0 is used.