[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: [OASIS Issue Tracker] Created: (OFFICE-1588) Editor Note: Section17.173 draw:extrusion-viewpoint
Editor Note: Section 17.173 draw:extrusion-viewpoint
-----------------------------------------------------
Key: OFFICE-1588
URL: http://tools.oasis-open.org/issues/browse/OFFICE-1588
Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
Issue Type: Bug
Reporter: Robert Weir
Transcribed from ODF_Revised_Editorial_Notes_27May2009.odt
Original author: Patrick Durusau
Section 17.173 draw:extrusion-viewpoint
Ed. Note: The pattern for the point3d type has to be checked
Ed. Note If [ ] (square braces) are supposed to enclose a character class, then I am not sure what [ ]* means in XML regex syntax? That is from the vector3D regex near the end of the schema. Whitespace is \s. Note that the regex does not constraint the units mentioned above.
Sven Jacobi says:
The default value is containing an error,
correct is:(3.5cm -3.5cm 25cm)
and not: 3.5cm -3.5cm 25cm
extrusionviewpoint ::= ( '(' position ' '+ position ' '+ position ')' )?
position::= number unit
number::= sign? float | sign? integer
float::= fractional exponent? | integer exponent
fractional::= integer? '.' integer | integer '.'
exponent::= ( 'e' | 'E' ) sign? integer
sign::= '+'| '-'
integer::= [0-9]+
unit::= 'cm' | 'mm' | 'in' | 'pt' | 'pc'
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]