Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Forgot video here.
git-svn-id: http://svn.whatwg.org/webapps@3914 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2009
1 parent 06e3541 commit e9d54d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index
Expand Up @@ -24992,9 +24992,9 @@ idea from Mihai:

<p>To create objects of this type, the <dfn id=dom-context-2d-createpattern title=dom-context-2d-createPattern><code>createPattern(<var title="">image</var>, <var title="">repetition</var>)</code></dfn>
method is used. The first argument gives the image to use as the
pattern (either an <code><a href=#htmlimageelement>HTMLImageElement</a></code> or an
<code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>). Modifying this image after calling
the <code title=dom-context-2d-createPattern><a href=#dom-context-2d-createpattern>createPattern()</a></code> method
pattern (either an <code><a href=#htmlimageelement>HTMLImageElement</a></code>,
<code><a href=#htmlcanvaselement>HTMLCanvasElement</a></code>, or <code><a href=#htmlvideoelement>HTMLVideoElement</a></code>
object). Modifying this image after calling the <code title=dom-context-2d-createPattern><a href=#dom-context-2d-createpattern>createPattern()</a></code> method
must not affect the pattern. The second argument must be a string
with one of the following values: <code title="">repeat</code>,
<code title="">repeat-x</code>, <code title="">repeat-y</code>,
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -27255,9 +27255,9 @@ idea from Mihai:
title="dom-context-2d-createPattern"><code>createPattern(<var
title="">image</var>, <var title="">repetition</var>)</code></dfn>
method is used. The first argument gives the image to use as the
pattern (either an <code>HTMLImageElement</code> or an
<code>HTMLCanvasElement</code>). Modifying this image after calling
the <code
pattern (either an <code>HTMLImageElement</code>,
<code>HTMLCanvasElement</code>, or <code>HTMLVideoElement</code>
object). Modifying this image after calling the <code
title="dom-context-2d-createPattern">createPattern()</code> method
must not affect the pattern. The second argument must be a string
with one of the following values: <code title="">repeat</code>,
Expand Down

0 comments on commit e9d54d6

Please sign in to comment.