Missed one SVGMatrix usage.
--- a/master/coords.html Thu May 22 20:33:42 2014 +0200
+++ b/master/coords.html Thu May 22 21:15:18 2014 +0200
@@ -2107,7 +2107,7 @@
const unsigned short <a href="coords.html#__svg__SVGTransform__SVG_TRANSFORM_SKEWY">SVG_TRANSFORM_SKEWY</a> = 6;
readonly attribute unsigned short <a href="coords.html#__svg__SVGTransform__type">type</a>;
- readonly attribute <a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGTransform__matrix">matrix</a>;
+ readonly attribute <a>DOMMatrixReadOnly</a> <a href="coords.html#__svg__SVGTransform__matrix">matrix</a>;
readonly attribute float <a href="coords.html#__svg__SVGTransform__angle">angle</a>;
void <a href="coords.html#__svg__SVGTransform__setMatrix">setMatrix</a>(<a>DOMMatrixReadOnly</a> matrix);