Skip to content

Commit 18693c1

Browse files
committed
2012-04-26 dschulze@adobe.com
1 parent ba833c8 commit 18693c1

4 files changed

Lines changed: 64 additions & 6 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-04-26 dschulze@adobe.com
2+
More unification of style on example images.
3+
14
2012-04-26 dschulze@adobe.com
25
Moved all example images into examples folder. Unify style of example images.
36

css3-transforms/Overview.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939

4040
<h1>CSS Transforms</h1>
4141

42-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 April 2012</h2>
42+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 April 2012</h2>
4343

4444
<dl>
4545
<dt>This version:
4646

4747
<dd> <a
48-
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120426/">http://dev.w3.org/csswg/css3-transforms/</a>
49-
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120426/-->
48+
href="http://www.w3.org/TR/2012/ED-css3-transforms-20120427/">http://dev.w3.org/csswg/css3-transforms/</a>
49+
<!--http://www.w3.org/TR/2012/WD-css3-transforms-20120427/-->
5050

5151
<dt>Latest version:
5252

@@ -623,8 +623,8 @@ <h2 id=transform-rendering><span class=secno>5. </span>The Transform
623623
transform-origin of &lsquo;<code class=css><code class=css>50%
624624
50%</code></code>&rsquo;.</p>
625625

626-
<div class=figure> <img alt="The transform specified above"
627-
src="examples/compound_transform.png"></div>
626+
<div class=figure> <img alt="The transform specified above" height=270
627+
src="examples/compound_transform.svg" width=270></div>
628628

629629
<p>Note that an identical rendering can be obtained by nesting elements
630630
with the equivalent transforms:

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
319319
</pre>
320320
<p>This transform moves the element by 80 pixels in both the X and Y directions, then scales the element by 150%, then rotates it 45&deg; clockwise about the Z axis. Note that the scale and rotation operate about the center of the element, since the element has the default transform-origin of '<code class="css">50% 50%</code>'.</p>
321321
<div class="figure">
322-
<img src="examples/compound_transform.png" alt="The transform specified above">
322+
<img src="examples/compound_transform.svg" alt="The transform specified above" width="270" height="270">
323323
</div>
324324

325325
<p>Note that an identical rendering can be obtained by nesting elements with the equivalent transforms:
Lines changed: 55 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)