Skip to content

Commit 37eaac5

Browse files
committed
Updated examples for translation on SVG.
1 parent 7a609a2 commit 37eaac5

5 files changed

Lines changed: 102 additions & 3 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-25 dschulze@adobe.com
2+
Updated examples for translation on SVG.
3+
14
2012-04-25 dschulze@adobe.com
25
Added example on how to apply 'transform-origin'.
36

css3-transforms/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,8 +1194,8 @@ <h3 id=transform-attribute-specificity><span class=secno>7.1. </span>SVG
11941194
&lt;/g&gt;
11951195
&lt;/svg&gt;</pre>
11961196

1197-
<div class=figure> <img alt="Translated SVG container element." height=200
1198-
src="examples/svg-translate.png" width=200></div>
1197+
<div class=figure> <img alt="Translated SVG container element." height=240
1198+
src="examples/svg-translate1.svg" width=470></div>
11991199

12001200
<p> Because of the participation to the CSS cascade, the &lsquo;<a
12011201
href="#effects"><code class=css><code

css3-transforms/Transforms.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -850,7 +850,7 @@ <h3 id="transform-attribute-specificity">SVG '<code class="property">transform</
850850
&lt;/svg&gt;</pre>
851851

852852
<div class="figure">
853-
<img src="examples/svg-translate.png" width="200" height="200" alt="Translated SVG container element.">
853+
<img src="examples/svg-translate1.svg" width="470" height="240" alt="Translated SVG container element.">
854854
</div>
855855

856856
<p>
Lines changed: 48 additions & 0 deletions
Loading
Lines changed: 48 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)