Skip to content

Commit 9a4fab2

Browse files
committed
Modify graphic of initial coordinate system
1 parent 134b338 commit 9a4fab2

4 files changed

Lines changed: 16 additions & 11 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-06-05 dschulze@adobe.com
2+
Modify graphic of initial coordinate system.
3+
14
2012-06-05 dschulze@adobe.com
25
Add a graphic that demonstrates initial coordinate system (instead of referencing SVG).
36

css3-transforms/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
637637
the screen, that increases towards the viewer.
638638

639639
<div class=figure> <img alt="Demonstration of the initial coordinate space"
640-
height=240 src=coordinates.svg width=470>
640+
height=240 src=coordinates.svg width=270>
641641
<p class=caption> Demonstration of the initial coordinate space.</p>
642642
</div>
643643

css3-transforms/Transforms.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,12 +348,14 @@ <h2 id="transform-rendering">The Transform Rendering Model</h2>
348348
this coordinate space into three dimensions, adding a Z axis perpendicular to the
349349
plane of the screen, that increases towards the viewer.
350350
</p>
351+
351352
<div class="figure">
352-
<img src="coordinates.svg" width="470" height="240" alt="Demonstration of the initial coordinate space">
353+
<img src="coordinates.svg" width="270" height="240" alt="Demonstration of the initial coordinate space">
353354
<p class="caption">
354355
Demonstration of the initial coordinate space.
355356
</p>
356357
</div>
358+
357359
<p id="transformation-matrix-computation">
358360
The <span class="term">transformation matrix</span> is computed
359361
from the 'transform' and 'transform-origin' properties as follows:

css3-transforms/coordinates.svg

Lines changed: 9 additions & 9 deletions
Loading

0 commit comments

Comments
 (0)