File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ 2012-06-05 dschulze@adobe.com
2+ Add a graphic that demonstrates initial coordinate system (instead of referencing SVG).
3+
142012-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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments