Skip to content

Commit

Permalink
[e] (0) Remove a redundant requirement.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2010 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 5, 2008
1 parent 8fb3538 commit 9618190
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -21132,8 +21132,7 @@ idea from Mihai:
title="">angle</var>)</code></dfn> method must add the rotation
transformation described by the argument to the transformation matrix. The
<var title="">angle</var> argument represents a clockwise rotation angle
expressed in radians. If the <var title="">angle</var> argument is
infinite, the method call must be ignored.
expressed in radians.

<p>The <dfn id=translate
title=dom-context-2d-translate><code>translate(<var title="">x</var>, <var
Expand Down
4 changes: 1 addition & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -18316,9 +18316,7 @@ idea from Mihai:
title="">angle</var>)</code></dfn> method must add the rotation
transformation described by the argument to the transformation
matrix. The <var title="">angle</var> argument represents a
clockwise rotation angle expressed in radians. If the <var
title="">angle</var> argument is infinite, the method call must be
ignored.</p>
clockwise rotation angle expressed in radians.</p>

<p>The <dfn title="dom-context-2d-translate"><code>translate(<var
title="">x</var>, <var title="">y</var>)</code></dfn> method must
Expand Down

0 comments on commit 9618190

Please sign in to comment.