Skip to content

Commit 134b338

Browse files
committed
Add a graphic that demonstrates initial coordinate system (instead of referencing SVG)
1 parent 99b59ed commit 134b338

4 files changed

Lines changed: 46 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-06-05 dschulze@adobe.com
2+
Add a graphic that demonstrates initial coordinate system (instead of referencing SVG).
3+
14
2012-06-04 dschulze@adobe.com
25
Remove reference to coordinate space description from SVG 1.1. The paragraph before is the equivalent to this section.
36

css3-transforms/Overview.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,10 @@ <h2 id=transform-rendering><span class=secno>6. </span>The Transform
636636
space into three dimensions, adding a Z axis perpendicular to the plane of
637637
the screen, that increases towards the viewer.
638638

639-
<p class=todo> Add a small graphic that demonstrates the coordinate system.
640-
639+
<div class=figure> <img alt="Demonstration of the initial coordinate space"
640+
height=240 src=coordinates.svg width=470>
641+
<p class=caption> Demonstration of the initial coordinate space.</p>
642+
</div>
641643

642644
<p id=transformation-matrix-computation> The <a class=term
643645
href="#transformation-matrix">transformation matrix</a> is computed from

css3-transforms/Transforms.src.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,12 @@ <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-
<p class="todo">
352-
Add a small graphic that demonstrates the coordinate system.
353-
</p>
351+
<div class="figure">
352+
<img src="coordinates.svg" width="470" height="240" alt="Demonstration of the initial coordinate space">
353+
<p class="caption">
354+
Demonstration of the initial coordinate space.
355+
</p>
356+
</div>
354357
<p id="transformation-matrix-computation">
355358
The <span class="term">transformation matrix</span> is computed
356359
from the 'transform' and 'transform-origin' properties as follows:

css3-transforms/coordinates.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)