Missed one SVGMatrix usage.
authorDirk Schulze <dschulze@adobe.com>
Thu, 22 May 2014 21:15:18 +0200
changeset 676 f91b9fc24745
parent 675 318063327d1b
child 678 bb28f5663dc7
Missed one SVGMatrix usage.
master/coords.html
--- 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);