Parse matrices of expressions
authorBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 02:39:06 +0000 (21:39 -0500)
committerBehdad Esfahbod <behdad@behdad.org>
Sun, 30 Dec 2012 02:39:06 +0000 (21:39 -0500)
commit4f6767470f52b287a2923e7e6d8de5fae1993f67
tree1b974d9ef3b2ca6de22f065730756db5f3a4cfea
parent927dd3ddb582303843e70300b04167ca774e78b7
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.
fonts.dtd
src/fccfg.c
src/fcdbg.c
src/fcint.h
src/fcxml.c