Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: LayoutTests/svg/W3C-SVG-1.1/pservers-grad-19-b.svg

Issue 137443006: Remove support for <animateColor>. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: test adjustments Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny-flat.dtd"> 2 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1 Tiny//EN" "http://www.w3.org/Graphics/ SVG/1.1/DTD/svg11-tiny-flat.dtd">
3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www. w3.org/1999/xlink"> 3 <svg version="1.1" baseProfile="tiny" id="svg-root" width="100%" height="100%" v iewBox="0 0 480 360" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www. w3.org/1999/xlink">
4 <!--======================================================================--> 4 <!--======================================================================-->
5 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =--> 5 <!--= Copyright 2006 World Wide Web Consortium, (Massachusetts =-->
6 <!--= Institute of Technology, European Research Consortium for =--> 6 <!--= Institute of Technology, European Research Consortium for =-->
7 <!--= Informatics and Mathematics (ERCIM), Keio University). =--> 7 <!--= Informatics and Mathematics (ERCIM), Keio University). =-->
8 <!--= All Rights Reserved. =--> 8 <!--= All Rights Reserved. =-->
9 <!--= See http://www.w3.org/Consortium/Legal/. =--> 9 <!--= See http://www.w3.org/Consortium/Legal/. =-->
10 <!--======================================================================--> 10 <!--======================================================================-->
(...skipping 15 matching lines...) Expand all
26 </Paragraph> 26 </Paragraph>
27 </OperatorScript> 27 </OperatorScript>
28 </SVGTestCase> 28 </SVGTestCase>
29 <title id="test-title">$RCSfile: pservers-grad-19-b.svg,v $</title> 29 <title id="test-title">$RCSfile: pservers-grad-19-b.svg,v $</title>
30 <!--======================================================================--> 30 <!--======================================================================-->
31 <!--Content of Test Case follows... =====================--> 31 <!--Content of Test Case follows... =====================-->
32 <!--======================================================================--> 32 <!--======================================================================-->
33 <g id="test-body-content"> 33 <g id="test-body-content">
34 <g display="none"> 34 <g display="none">
35 <g id="g0" stop-color="yellow" stop-opacity="0" color="yellow"> 35 <g id="g0" stop-color="yellow" stop-opacity="0" color="yellow">
36 <animateColor id="a1" attributeName="stop-color" from="red" to="green" d ur="5" fill="freeze"/> 36 <animate id="a1" attributeName="stop-color" from="red" to="green" dur="5 " fill="freeze"/>
37 <animateColor id="a2" attributeName="color" from="yellow" to="green" dur ="5" fill="freeze"/> 37 <animate id="a2" attributeName="color" from="yellow" to="green" dur="5" fill="freeze"/>
38 <animate id="a3" attributeName="stop-opacity" from="0.5" to="1" dur="5" fill="freeze"/> 38 <animate id="a3" attributeName="stop-opacity" from="0.5" to="1" dur="5" fill="freeze"/>
39 39
40 <linearGradient id="MyGradient1"> 40 <linearGradient id="MyGradient1">
41 <stop offset="0" stop-color="green" stop-opacity="1"/> 41 <stop offset="0" stop-color="green" stop-opacity="1"/>
42 <stop offset="1" stop-color="inherit" stop-opacity="1"/> 42 <stop offset="1" stop-color="inherit" stop-opacity="1"/>
43 </linearGradient> 43 </linearGradient>
44 <linearGradient id="MyGradient2"> 44 <linearGradient id="MyGradient2">
45 <stop offset="0" stop-color="green" stop-opacity="1"/> 45 <stop offset="0" stop-color="green" stop-opacity="1"/>
46 <stop offset="1" stop-color="green" stop-opacity="inherit"/> 46 <stop offset="1" stop-color="green" stop-opacity="inherit"/>
47 </linearGradient> 47 </linearGradient>
48 48
49 <g id="g01"> 49 <g id="g01">
50 <linearGradient id="MyGradient3"> 50 <linearGradient id="MyGradient3">
51 <stop offset="0" stop-color="green" stop-opacity="1"/> 51 <stop offset="0" stop-color="green" stop-opacity="1"/>
52 <stop offset="1" /> 52 <stop offset="1" />
53 </linearGradient> 53 </linearGradient>
54 <linearGradient id="MyGradient4"> 54 <linearGradient id="MyGradient4">
55 <stop offset="0" stop-color="green" stop-opacity="1"/> 55 <stop offset="0" stop-color="green" stop-opacity="1"/>
56 <stop offset="1" stop-color="currentColor" stop-opacit y="1"/> 56 <stop offset="1" stop-color="currentColor" stop-opacit y="1"/>
57 </linearGradient> 57 </linearGradient>
58 </g> 58 </g>
59 </g> 59 </g>
60 </g> 60 </g>
61 <g id="g1" stop-color="blue"> 61 <g id="g1" stop-color="blue">
62 <animateColor id="a4" attributeName="stop-color" from="blue" to="red" dur= "5" fill="freeze"/> 62 <animate id="a4" attributeName="stop-color" from="blue" to="red" dur="5" f ill="freeze"/>
63 <rect id="r1" fill="url(#MyGradient1)" width="100" height="100" x="50" y=" 50"/> 63 <rect id="r1" fill="url(#MyGradient1)" width="100" height="100" x="50" y=" 50"/>
64 </g> 64 </g>
65 <g id="g2" stop-opacity="1"> 65 <g id="g2" stop-opacity="1">
66 <animate id="a5" attributeName="stop-opacity" from="1" to="0" dur="5" fill ="freeze"/> 66 <animate id="a5" attributeName="stop-opacity" from="1" to="0" dur="5" fill ="freeze"/>
67 <rect id="r2" fill="url(#MyGradient2)" width="100" height="100" x="200" y= "50"/> 67 <rect id="r2" fill="url(#MyGradient2)" width="100" height="100" x="200" y= "50"/>
68 </g> 68 </g>
69 <g id="g3" stop-opacity="1" stop-color="blue"> 69 <g id="g3" stop-opacity="1" stop-color="blue">
70 <animateColor id="a6" attributeName="stop-color" from="blue" to="red" dur= "5" fill="freeze"/> 70 <animate id="a6" attributeName="stop-color" from="blue" to="red" dur="5" f ill="freeze"/>
71 <animate id="a7" attributeName="stop-opacity" from="1" to="0" dur="5" fill ="freeze"/> 71 <animate id="a7" attributeName="stop-opacity" from="1" to="0" dur="5" fill ="freeze"/>
72 <rect id="r3" fill="url(#MyGradient3)" width="100" height="100" x="50" y=" 200"/> 72 <rect id="r3" fill="url(#MyGradient3)" width="100" height="100" x="50" y=" 200"/>
73 </g> 73 </g>
74 <g id="g4" color="blue"> 74 <g id="g4" color="blue">
75 <animateColor id="a7" attributeName="color" from="blue" to="red" dur="5" f ill="freeze"/> 75 <animate id="a7" attributeName="color" from="blue" to="red" dur="5" fill=" freeze"/>
76 <rect id="r4" fill="url(#MyGradient4)" width="100" height="100" x="200" y= "200"/> 76 <rect id="r4" fill="url(#MyGradient4)" width="100" height="100" x="200" y= "200"/>
77 </g> 77 </g>
78 </g> 78 </g>
79 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.6 $</text> 79 <text id="revision" x="10" y="340" font-size="40" stroke="none" fill="black">$ Revision: 1.6 $</text>
80 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/> 80 <rect id="test-frame" x="1" y="1" width="478" height="358" fill="none" stroke= "#000"/>
81 </svg> 81 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698