[css-masking] Forgot to build spec again

Fri, 18 Apr 2014 22:45:17 +0200

author
Dirk Schulze <dschulze@adobe.com>
date
Fri, 18 Apr 2014 22:45:17 +0200
changeset 1487
4a525435b17a
parent 1486
4c0ce5e171ad
child 1488
284fe2deb532

[css-masking] Forgot to build spec again

css-masking-1/index.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-masking-1/index.html	Fri Apr 18 22:43:17 2014 +0200
     1.2 +++ b/css-masking-1/index.html	Fri Apr 18 22:45:17 2014 +0200
     1.3 @@ -1108,9 +1108,8 @@
     1.4      <li>Let <var>parent</var> be the <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/intro.html#TermGraphicsElement>container element</a> if it is one, or the root of the <a href=http://www.w3.org/TR/2011/REC-SVG11-20110816/struct.html#UseElement><code class=element-name>&lt;use&gt;</code></a> element’s shadow tree otherwise.</li>
     1.5      <li>For each child <var>child</var> of <var>parent</var>
     1.6        <ol>
     1.7 -        <li>Let <var>childBox</var> be a rectangle initialized to (0, 0, 0, 0).</li>
     1.8          <li>Invoke the stroke bounding box algorithm with <var>child</var>.</li>
     1.9 -        <li>Set <var>childBox</var> to the returned box value of the invoked algorithm.</li>
    1.10 +        <li>Let <var>childBox</var> be the returned box value of the invoked algorithm.</li>
    1.11          <li>Map <var>childBox</var> from the coordinate space of <var>child</var> to the coordinate space of <var>parent</var>.</li>
    1.12        </ol>
    1.13      <li>Let <var>box</var> be the union of all <var>childBox</var>es.</li>

mercurial