Formatting tweaks.
--- a/master/coords.html Sat Sep 15 23:26:33 2012 +1000
+++ b/master/coords.html Sat Sep 15 23:29:06 2012 +1000
@@ -1975,11 +1975,11 @@
<dl class="interface">
<dt class="operations-header">Constructors:</dt>
<dd>
- <dl class="operations">
+ <dl class="attributes">
<dt id="__svg__SVGMatrix__constructor" class="operation first-child"><b>SVGMatrix</b>()</dt>
<dd>Creates a new <a>SVGMatrix</a> object whose a, b, c, d, e and f attributes
are all set to 0.</dd>
- <dt id="__svg__SVGMatrix__constructor1" class="operation first-child"><b>SVGMatrix</b>(float <var>value</var>, optional unsigned short <var>unitType</var>)</dt>
+ <dt id="__svg__SVGMatrix__constructor1" class="operation first-child"><b>SVGMatrix</b>(float <var>a</var>, float <var>b</var>, float <var>c</var>, float <var>d</var>, float <var>e</var>, float <var>f</var>)</dt>
<dd>Creates a new <a>SVGMatrix</a> object whose a, b, c, d, e and f attributes
are set to the values of the respective argument passed to the constructor.</dd>
</dl>
--- a/master/types.html Sat Sep 15 23:26:33 2012 +1000
+++ b/master/types.html Sat Sep 15 23:29:06 2012 +1000
@@ -2684,7 +2684,7 @@
<dl class="interface">
<dt class="operations-header">Constructors:</dt>
<dd>
- <dl class="operations">
+ <dl class="attributes">
<dt id="__svg__SVGLength__constructor" class="operation first-child"><b>SVGLength</b>()</dt>
<dd>Creates a new <a>SVGLength</a> object whose value is zero user units.</dd>
<dt id="__svg__SVGLength__constructor1" class="operation first-child"><b>SVGLength</b>(float <var>value</var>, optional unsigned short <var>unitType</var>)</dt>
@@ -3396,7 +3396,7 @@
<dl class="interface">
<dt class="operations-header">Constructors:</dt>
<dd>
- <dl class="operations">
+ <dl class="attributes">
<dt id="__svg__SVGAngle__constructor" class="operation first-child"><b>SVGAngle</b>()</dt>
<dd>Creates a new <a>SVGAngle</a> object whose value is zero user units.</dd>
<dt id="__svg__SVGAngle__constructor1" class="operation first-child"><b>SVGAngle</b>(float <var>value</var>, optional unsigned short <var>unitType</var>)</dt>