diff options
author | Christian Lippka <cl@openoffice.org> | 2000-12-20 15:35:08 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2000-12-20 15:35:08 +0000 |
commit | 1dc38b6fbf0b27c62a60620305d0edec28f993e3 (patch) | |
tree | 35f77fa7a49ac5f4f470f5d8ccc0934a475c0640 /xmloff/dtd/drawing.mod | |
parent | ab5e685cc54c5cd6d880baa0e7c8bf870a007ab0 (diff) |
added circle and ellipse segments
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r-- | xmloff/dtd/drawing.mod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod index a5988dc5b0fa..b9c6d491aed2 100644 --- a/xmloff/dtd/drawing.mod +++ b/xmloff/dtd/drawing.mod @@ -1,5 +1,5 @@ <!-- - $Id: drawing.mod,v 1.23 2000-12-19 16:19:46 cl Exp $ + $Id: drawing.mod,v 1.24 2000-12-20 16:35:08 cl Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -142,6 +142,9 @@ <!ATTLIST draw:circle %zindex;> <!ATTLIST draw:circle %draw-end-position; > <!ATTLIST draw:circle draw:id %shapeId;> +<!ATTLIST draw:circle draw:kind (full|section|cut|arc) "full"> +<!ATTLIST draw:circle draw:start-angle %nonNegativeInteger; #IMPLIED> +<!ATTLIST draw:circle draw:end-angle %nonNegativeInteger; #IMPLIED> <!ELEMENT draw:ellipse %draw-text; > <!ATTLIST draw:ellipse svg:cx %length; #REQUIRED > @@ -153,6 +156,9 @@ <!ATTLIST draw:ellipse %zindex;> <!ATTLIST draw:ellipse %draw-end-position; > <!ATTLIST draw:ellipse draw:id %shapeId;> +<!ATTLIST draw:ellipse draw:kind (full|section|cut|arc) "full"> +<!ATTLIST draw:ellipse draw:start-angle %nonNegativeInteger; #IMPLIED> +<!ATTLIST draw:ellipse draw:end-angle %nonNegativeInteger; #IMPLIED> <!ELEMENT draw:connector %draw-text;> <!ATTLIST draw:connector draw:type (standard|lines|line|curve) "standard"> |