@@ -290,10 +290,6 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
290290
291291 < li > < a href ="#svg-attribute-name "> < span class =secno > 14.3. </ span > The
292292 SVG ‘< code class =property > attributeName</ code > ’ attribute </ a >
293-
294- < li > < a href ="#svg-animateTransform-extension "> < span class =secno > 14.4.
295- </ span > The SVG ‘< code class =property > animateTransform</ code > ’
296- element </ a >
297293 </ ul >
298294
299295 < li > < a href ="#transform-functions "> < span class =secno > 15. </ span > The
@@ -2348,32 +2344,6 @@ <h3 id=svg-attribute-name><span class=secno>14.3. </span> The SVG ‘<code
23482344 attribute, applying the scaling of the first animation and applying the
23492345 translation of the second animation one after the other.</ p >
23502346 </ div >
2351-
2352- < h3 id =svg-animateTransform-extension > < span class =secno > 14.4. </ span > The
2353- SVG ‘< code class =property > animateTransform</ code > ’ element</ h3 >
2354-
2355- < p > This specification introduces new transform functions that are not
2356- supported by < a href ="http://www.w3.org/TR/SVG/animate.html "> SVG 1.1
2357- Animation</ a > . The SVG ‘< code class =css > < a
2358- href ="http://www.w3.org/TR/SVG/animate.html#AnimateTransformElement "> type</ a > </ code > ’
2359- attribute gets extended by all transform function types listed in < a
2360- href ="#two-d-transform-functions "> 2D Transform Functions</ a > , < a
2361- href ="#three-d-transform-functions "> 3D Transform Functions</ a > and < a
2362- href ="#svg-transform-functions "> SVG Transform Functions</ a > .
2363-
2364- < p > The ‘< code class =property > from</ code > ’, ‘< code
2365- class =property > by</ code > ’ and ‘< code class =property > to</ code > ’
2366- attributes take a value expressed using the same syntax that is available
2367- for the given transform function following the < a
2368- href ="#svg-syntax "> syntax of the SVG ‘< code
2369- class =property > transform</ code > ’ attribute</ a > .
2370-
2371- < p > The ‘< code class =property > values</ code > ’ attribute of the ‘< code
2372- class =property > animateTransform</ code > ’ element consists of a
2373- semicolon-separated list of values, where each individual value is
2374- expressed as described above for ‘< code class =property > from</ code > ’,
2375- ‘< code class =property > by</ code > ’ and ‘< code
2376- class =property > to</ code > ’ attributes.</ p >
23772347 <!-- ======================================================================================================= -->
23782348
23792349 < h2 id =transform-functions > < span class =secno > 15. </ span > The Transform
0 commit comments