-
Type: Bug
-
Status: Closed
-
Priority: Major
-
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:
The sections 10.5.2 <dr3d:scene> and svg:height 19.539.3, svg:width 19.571.5, svg:x 19.573.4 and svg:y 19.577.4 are affected.
Currently:
10.5.2<dr3d:scene>
The <dr3d:scene> element is the only element that can contain three-dimensional shapes. Like the <draw:g> element it groups shapes, but it also defines the projection, lighting, and other rendering details for the shapes inside the scene.
The sections 19.539.3, 19.571.5, 19.573.4 and 19.577.4 refer to 19.539.8, 19.571.10, 19.573.5 and 19.577.5 respectively, which are about two-dimensional shapes. And these four refer to ยง 5.1.2 of [SVG]. http://www.w3.org/TR/2003/REC-SVG11-20030114/
Problems:
(1) The svg:x, svg:y, svg:width and svg:height attributes are only meaningful for the outermost <dr3d:scene> element, because for use inside a scene the third coordinate is missing.
(2) An explanation is missing, how these two-dimensional attributes map to the three-dimensional scene.
(3) The reference to SVG is unsuitable, because SVG does not know 3D elements at all.
(4) The additional texts in the sections about the two-dimensional shapes use the terms "rectangular shape" and "bounding-box", which are not applicable for a three-dimensional object.