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-03-13 dschulze@adobe.com
2+ Fixed more typos in the SVG 'transform' attribute section.
3+
142012-03-14 ayg@aryeh.name
25 Explain the definition of backface-visibility
36
Original file line number Diff line number Diff line change @@ -1071,14 +1071,14 @@ <h3 id=transform-attribute-specificity><span class=secno>7.1. </span>SVG
10711071 class =property > transform</ code > </ code > </ a > ’ presentation attribute.
10721072 </ p >
10731073
1074- < pre > <svg xmlns="http://www.w3.org/2000/svg">
1074+ < pre > <svg xmlns="http://www.w3.org/2000/svg">
10751075 <style>
10761076 .container {
10771077 transform: translate(100px, 100px);
10781078 }
10791079 </style>
10801080
1081- <g class="container" transform="translate (200 200)">
1081+ <g class="container" transform="translate(200 200)">
10821082 <rect width="100" height="100" fill="blue" />
10831083 </g>
10841084</svg></ pre >
@@ -1296,7 +1296,7 @@ <h3 id=svg-object-bounding-box><span class=secno>7.6. </span>Object
12961296 class =css > < code class =property > transform</ code > </ code > </ a > ’
12971297 property specifies a translation as well, but in absolute lengths.</ p >
12981298
1299- < pre > <svg xmlns="http://www.w3.org/2000/svg">
1299+ < pre > <svg xmlns="http://www.w3.org/2000/svg">
13001300 <style>
13011301 pattern {
13021302 transform: translate(50px, 50px) rotate(45deg);
Original file line number Diff line number Diff line change @@ -741,14 +741,14 @@ <h3 id="transform-attribute-specificity">SVG '<code class="property">transform</
741741 This example shows the combination of the '< code class ="property "> transform</ code > ' style property and the '< code class ="property "> transform</ code > ' presentation attribute.
742742 </ p >
743743
744- < pre > <svg xmlns="http://www.w3.org/2000/svg">
744+ < pre > <svg xmlns="http://www.w3.org/2000/svg">
745745 <style>
746746 .container {
747747 transform: translate(100px, 100px);
748748 }
749749 </style>
750750
751- <g class="container" transform="translate (200 200)">
751+ <g class="container" transform="translate(200 200)">
752752 <rect width="100" height="100" fill="blue" />
753753 </g>
754754</svg></ pre >
@@ -904,7 +904,7 @@ <h3 id="svg-object-bounding-box">Object bounding box units</h3>
904904 The '< code class ="property "> transform</ code > ' property specifies a translation as well, but in absolute lengths.
905905 </ p >
906906
907- < pre > <svg xmlns="http://www.w3.org/2000/svg">
907+ < pre > <svg xmlns="http://www.w3.org/2000/svg">
908908 <style>
909909 pattern {
910910 transform: translate(50px, 50px) rotate(45deg);
You can’t perform that action at this time.
0 commit comments