File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61908,7 +61908,7 @@ try {
61908
61908
<p>Objects that implement the <code>CanvasTransform</code> interface have a <dfn>current
61909
61909
transformation matrix</dfn>, as well as methods (described in this section) to manipulate it. When
61910
61910
an object implementing the <code>CanvasTransform</code> interface is created, its transformation
61911
- matrix must be initialized to the identity transform .</p>
61911
+ matrix must be initialized to the identity matrix .</p>
61912
61912
61913
61913
<p>The <span>current transformation matrix</span> is applied to coordinates when creating the
61914
61914
<span>current default path</span>, and when painting text, shapes, and <code>Path2D</code>
@@ -61995,7 +61995,7 @@ try {
61995
61995
61996
61996
<dd>
61997
61997
61998
- <p>Changes the <span>current transformation matrix</span> to the identity transform .</p>
61998
+ <p>Changes the <span>current transformation matrix</span> to the identity matrix .</p>
61999
61999
62000
62000
</dd>
62001
62001
@@ -62584,7 +62584,7 @@ try {
62584
62584
not affect the pattern(s) rendered by the <code>CanvasPattern</code> object.</p>
62585
62585
62586
62586
<p>Patterns have a transformation matrix, which controls how the pattern is used when it is
62587
- painted. Initially, a pattern's transformation matrix must be the identity transform .</p>
62587
+ painted. Initially, a pattern's transformation matrix must be the identity matrix .</p>
62588
62588
62589
62589
<p>The <dfn><code
62590
62590
data-x="dom-canvaspattern-setTransform">setTransform(<var>transform</var>)</code></dfn> method,
You can’t perform that action at this time.
0 commit comments