Skip to content

Commit be335eb

Browse files
committed
Define that translation units on matrices are in CSS pixel in the current coordinate system
1 parent e802225 commit be335eb

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

css3-transforms/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-10-21 dschulze@adobe.com
2+
Define that translation units on matrices are in CSS pixel in the current coordinate system.
3+
14
2012-10-19 dschulze@adobe.com
25
Fixed typo.
36

css3-transforms/Overview.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Transforms" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2012-10-19 name=dcterms.issued>
15+
<meta content=2012-10-22 name=dcterms.issued>
1616
<meta content="http://dev.w3.org/csswg/css3-transforms/"
1717
name=dcterms.creator>
1818
<meta content=W3C name=dcterms.publisher>
19-
<meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121019/"
19+
<meta content="http://www.w3.org/TR/2012/ED-css3-transforms-20121022/"
2020
name=dcterms.identifier>
2121
<link href="../default.css" rel=stylesheet type="text/css">
2222
<script defer=defer
@@ -50,15 +50,15 @@
5050

5151
<h1>CSS Transforms</h1>
5252

53-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 October
53+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 October
5454
2012</h2>
5555

5656
<dl>
5757
<dt>This version:
5858

5959
<dd> <a
60-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20121019/">http://dev.w3.org/csswg/css3-transforms/</a>
61-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20121019/-->
60+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20121022/">http://dev.w3.org/csswg/css3-transforms/</a>
61+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20121022/-->
6262

6363
<dt>Latest version:
6464

@@ -3176,6 +3176,9 @@ <h2 id=mathematical-description><span class=secno>21. </span> Mathematical
31763176
alt="\begin{bmatrix} m11 & m21 & m31 & m41 \\ m12 & m22 & m32 & m42 \\ m13 & m23 & m33 & m43 \\ m14 & m24 & m34 & m44 \end{bmatrix}"
31773177
height=106 src=4x4matrix.png width=222>
31783178

3179+
<p>One translation unit on a matrix is equivalent to 1 pixel in the local
3180+
coordinate system of the element.
3181+
31793182
<ul>
31803183
<li id=MatrixDefined>
31813184
<p> A 2D 3x2 matrix with six parameters <em>a</em>, <em>b</em>,

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3060,6 +3060,7 @@ <h2 id="mathematical-description">
30603060
</p>
30613061
<p>
30623062
<img src="4x4matrix.png" alt="\begin{bmatrix} m11 & m21 & m31 & m41 \\ m12 & m22 & m32 & m42 \\ m13 & m23 & m33 & m43 \\ m14 & m24 & m34 & m44 \end{bmatrix}" width="222" height="106">
3063+
<p>One translation unit on a matrix is equivalent to 1 pixel in the local coordinate system of the element.</p>
30633064

30643065
<ul>
30653066
<li id="MatrixDefined">

0 commit comments

Comments
 (0)