summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/glabels-2.3.dtd10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/glabels-2.3.dtd b/templates/glabels-2.3.dtd
index e791a13..3168914 100644
--- a/templates/glabels-2.3.dtd
+++ b/templates/glabels-2.3.dtd
@@ -167,7 +167,7 @@
<!-- Template Section -->
<!-- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: -->
<!ENTITY % label_element "Label-rectangle | Label-round | Label-ellipse | Label-cd">
-<!ENTITY % markup_element "Markup-margin | Markup-line | Markup-circle | Markup-rect">
+<!ENTITY % markup_element "Markup-margin | Markup-line | Markup-circle | Markup-rect | Markup-ellipse">
<!ELEMENT Template (Meta*, (%label_element;)*, Alias*)>
<!ATTLIST Template
@@ -254,6 +254,14 @@
r %LENGTH_TYPE; "0 pt"
>
+<!ELEMENT Markup-ellipse EMPTY>
+<!ATTLIST Markup-ellipse
+ x1 %LENGTH_TYPE; #REQUIRED
+ y1 %LENGTH_TYPE; #REQUIRED
+ w %LENGTH_TYPE; #REQUIRED
+ h %LENGTH_TYPE; #REQUIRED
+>
+
<!ELEMENT Layout EMPTY>
<!ATTLIST Layout
nx %UINT_TYPE; #REQUIRED