Skip to content

Commit 9a1f3cf

Browse files
committed
Moved all example images into examples folder. Unify style of example images.
--HG-- rename : css3-transforms/compound_transform.png => css3-transforms/examples/compound_transform.png rename : css3-transforms/origin1.svg => css3-transforms/examples/origin1.svg rename : css3-transforms/transform1.png => css3-transforms/examples/transform1.png rename : css3-transforms/transform2.png => css3-transforms/examples/transform2.png
1 parent 01906cc commit 9a1f3cf

8 files changed

Lines changed: 11 additions & 8 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+
Moved all example images into examples folder. Unify style of example images.
3+
14
2012-04-26 dschulze@adobe.com
25
Move section about SVG transform behind properties to keep reading fluency.
36

css3-transforms/Overview.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -584,8 +584,8 @@ <h2 id=transform-rendering><span class=secno>5. </span>The Transform
584584
<p>This transform moves the element by 100 pixels in both the X and Y
585585
directions.</p>
586586

587-
<div class=figure> <img alt="The 100px translation in X and Y"
588-
src=transform1.png></div>
587+
<div class=figure> <img alt="The 100px translation in X and Y" height=250
588+
src="examples/translate1.svg" width=470></div>
589589
</div>
590590

591591
<div class=example>
@@ -605,7 +605,7 @@ <h2 id=transform-rendering><span class=secno>5. </span>The Transform
605605
directions.</p>
606606

607607
<div class=figure><img alt="The point of origin gets translated temporary"
608-
height=250 src=origin1.svg width=735></div>
608+
height=250 src="examples/origin1.svg" width=735></div>
609609
</div>
610610

611611
<div class=example>
@@ -624,7 +624,7 @@ <h2 id=transform-rendering><span class=secno>5. </span>The Transform
624624
50%</code></code>&rsquo;.</p>
625625

626626
<div class=figure> <img alt="The transform specified above"
627-
src="compound_transform.png"></div>
627+
src="examples/compound_transform.png"></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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
289289
</pre>
290290
<p>This transform moves the element by 100 pixels in both the X and Y directions.</p>
291291
<div class="figure">
292-
<img src="transform1.png" alt="The 100px translation in X and Y">
292+
<img src="examples/translate1.svg" alt="The 100px translation in X and Y" width="470" height="250">
293293
</div>
294294
</div>
295295

@@ -307,7 +307,7 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
307307
transform functions were applied, the translation of the origin gets
308308
translated back by -50 pixels in both the X and Y directions.</p>
309309

310-
<div class="figure"><img alt="The point of origin gets translated temporary" src="origin1.svg" width="735" height="250"></div>
310+
<div class="figure"><img alt="The point of origin gets translated temporary" src="examples/origin1.svg" width="735" height="250"></div>
311311
</div>
312312

313313
<div class="example">
@@ -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="compound_transform.png" alt="The transform specified above">
322+
<img src="examples/compound_transform.png" alt="The transform specified above">
323323
</div>
324324

325325
<p>Note that an identical rendering can be obtained by nesting elements with the equivalent transforms:
File renamed without changes.

css3-transforms/examples/translate1.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)