Skip to content

Commit 4f1f4bd

Browse files
dirkschulzesvgeesus
authored andcommitted
Merge pull request #351 from saschanaz/patch-1
[geometry] Remove redundant originZ check
1 parent 2d320de commit 4f1f4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geometry/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,7 +1496,7 @@ user agents.
14961496
4. Negate <var>originX</var>, <var>originY</var> and <var>originZ</var>.
14971497
5. Perform a {{DOMMatrix/translateSelf()}}</a> transformation on the current matrix with the
14981498
arguments <var>originX</var>, <var>originY</var>, <var>originZ</var>.
1499-
6. If <var>scaleZ</var> is not ''1'' or <var>originZ</var> is not ''0'' or ''-0'', set <a
1499+
6. If <var>scaleZ</var> is not ''1'', set <a
15001500
for=matrix>is 2D</a> of the current matrix to <code>false</code>.
15011501
7. Return the current matrix.
15021502
:

0 commit comments

Comments
 (0)