- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Sat, 15 Sep 2012 06:29:55 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/9e176a950c2a
branches:
changeset: 375:9e176a950c2a
user: Cameron McCormack <cam@mcc.id.au>
date: Sat Sep 15 23:29:06 2012 +1000
description:
Formatting tweaks.
diffstat:
master/coords.html | 4 ++--
master/types.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (68 lines):
diff --git a/master/coords.html b/master/coords.html
--- a/master/coords.html
+++ b/master/coords.html
@@ -1970,21 +1970,21 @@ interface <b>SVGMatrix</b> {
<a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__flipY">flipY</a>();
<a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__skewX">skewX</a>(float angle);
<a class="idlinterface" href="coords.html#InterfaceSVGMatrix">SVGMatrix</a> <a href="coords.html#__svg__SVGMatrix__skewY">skewY</a>(float angle);
};</pre>
<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>
</dd>
<dt class="attributes-header">Attributes:</dt>
<dd>
<dl class="attributes">
diff --git a/master/types.html b/master/types.html
--- a/master/types.html
+++ b/master/types.html
@@ -2679,17 +2679,17 @@ interface <b>SVGLength</b> {
void <a href="types.html#__svg__SVGLength__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(unsigned short unitType, float valueInSpecifiedUnits);
void <a href="types.html#__svg__SVGLength__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(unsigned short unitType);
};</pre>
<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>
<dd>Creates a new <a>SVGLength</a> object whose value is <var>value</var> in the
units specified by <var>unitType</var>.</dd>
<dt id="__svg__SVGLength__constructor2" class="operation first-child"><b>SVGLength</b>(DOMString <var>value</var>)</dt>
<dd>Creates a new <a>SVGLength</a> object whose value is determined by
parsing <var>value</var> as a <a><length></a> or <a><percentage></a>.
@@ -3391,17 +3391,17 @@ interface <b>SVGAngle</b> {
void <a href="types.html#__svg__SVGAngle__newValueSpecifiedUnits">newValueSpecifiedUnits</a>(unsigned short unitType, float valueInSpecifiedUnits);
void <a href="types.html#__svg__SVGAngle__convertToSpecifiedUnits">convertToSpecifiedUnits</a>(unsigned short unitType);
};</pre>
<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>
<dd>Creates a new <a>SVGAngle</a> object whose value is <var>value</var> in the
units specified by <var>unitType</var>.</dd>
<dt id="__svg__SVGAngle__constructor2" class="operation first-child"><b>SVGAngle</b>(DOMString <var>value</var>)</dt>
<dd>Creates a new <a>SVGAngle</a> object whose value is determined by
parsing <var>value</var> as an <a><angle></a>.
Received on Saturday, 15 September 2012 13:31:05 UTC