Skip to content

Commit

Permalink
[e] (0) remove redundant notes
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3291 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 17, 2009
1 parent 5155fc4 commit 73ec6f3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
7 changes: 2 additions & 5 deletions index
Expand Up @@ -22353,8 +22353,7 @@ interface <dfn id=canvaspixelarray>CanvasPixelArray</dfn> {
</ul><p class=note>The current path and the current bitmap are not part
of the drawing state. The current path is persistent, and can only
be reset using the <code title=dom-context-2d-beginPath><a href=#dom-context-2d-beginpath>beginPath()</a></code> method. The
current bitmap is <span title=concept-canvas-image>a property of
the canvas</span><!-- XXX xref -->, not the context.</p>
current bitmap is a property of the canvas, not the context.</p>

<dl class=domintro><dt><var title="">context</var> . <code title=dom-context-2d-save><a href=#dom-context-2d-save>save</a></code>()</dt>

Expand Down Expand Up @@ -22881,9 +22880,7 @@ idea from Mihai:
<p>Radial gradients must be rendered by following these steps:</p>

<ol><li><p>If <span title=""><var title="">x<sub>0</sub></var>&nbsp;=&nbsp;<var title="">x<sub>1</sub></var></span> and <span title=""><var title="">y<sub>0</sub></var>&nbsp;=&nbsp;<var title="">y<sub>1</sub></var></span> and <span title=""><var title="">r<sub>0</sub></var>&nbsp;=&nbsp;<var title="">r<sub>1</sub></var></span>, then the radial gradient must
paint nothing. Abort these steps.</p> <!-- XXX could make this
paint the start color, or the end color, or a circle of one in
the other, or raise an exception --> </li>
paint nothing. Abort these steps.</li>

<li>

Expand Down
10 changes: 4 additions & 6 deletions source
Expand Up @@ -24234,8 +24234,7 @@ interface <dfn>CanvasPixelArray</dfn> {
of the drawing state. The current path is persistent, and can only
be reset using the <code
title="dom-context-2d-beginPath">beginPath()</code> method. The
current bitmap is <span title="concept-canvas-image">a property of
the canvas</span><!-- XXX xref -->, not the context.</p>
current bitmap is a property of the canvas, not the context.</p>

<dl class="domintro">

Expand Down Expand Up @@ -24849,15 +24848,14 @@ idea from Mihai:

<ol>

<li><p>If <span title=""><var title="">x<sub>0</sub></var>&nbsp;=&nbsp;<var
<li><p>If <span title=""><var
title="">x<sub>0</sub></var>&nbsp;=&nbsp;<var
title="">x<sub>1</sub></var></span> and <span title=""><var
title="">y<sub>0</sub></var>&nbsp;=&nbsp;<var
title="">y<sub>1</sub></var></span> and <span title=""><var
title="">r<sub>0</sub></var>&nbsp;=&nbsp;<var
title="">r<sub>1</sub></var></span>, then the radial gradient must
paint nothing. Abort these steps.</p> <!-- XXX could make this
paint the start color, or the end color, or a circle of one in
the other, or raise an exception --> </li>
paint nothing. Abort these steps.</p></li>

<li>

Expand Down

0 comments on commit 73ec6f3

Please sign in to comment.