summaryrefslogtreecommitdiff
path: root/fonts.dtd
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2012-12-29 21:39:06 -0500
committerBehdad Esfahbod <behdad@behdad.org>2012-12-29 21:39:06 -0500
commit4f6767470f52b287a2923e7e6d8de5fae1993f67 (patch)
tree1b974d9ef3b2ca6de22f065730756db5f3a4cfea /fonts.dtd
parent927dd3ddb582303843e70300b04167ca774e78b7 (diff)
downloadfontconfig-4f6767470f52b287a2923e7e6d8de5fae1993f67.tar.gz
Parse matrices of expressions
Previously a <matrix> element could only accept four <double> literals. It now accepts full expressions, which can in turn poke into the pattern, do math, etc.
Diffstat (limited to 'fonts.dtd')
-rw-r--r--fonts.dtd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fonts.dtd b/fonts.dtd
index 4a309a9..6b33e75 100644
--- a/fonts.dtd
+++ b/fonts.dtd
@@ -201,7 +201,7 @@
<!ATTLIST double xml:space (default|preserve) 'preserve'>
<!ELEMENT string (#PCDATA)>
<!ATTLIST string xml:space (default|preserve) 'preserve'>
-<!ELEMENT matrix (double,double,double,double)>
+<!ELEMENT matrix ((%expr;), (%expr;), (%expr;), (%expr;))>
<!ELEMENT bool (#PCDATA)>
<!ELEMENT charset (int|range)*>
<!ELEMENT range (int,int)>