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

Side by Side Diff: LayoutTests/svg/animations/animateColor-additive-2b-expected.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="iso-8859-1" ?> 1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg"> 2 <svg viewBox="0 0 500 300" xmlns="http://www.w3.org/2000/svg">
3 <rect x="0" y="0" width="500" height="300" fill="#fff" /> 3 <rect x="0" y="0" width="500" height="300" fill="#fff" />
4 4
5 <g stroke-width="10" transform="translate(-30)"> 5 <g stroke-width="10" transform="translate(-30)">
6 <circle cx="80" cy="50" r="35" fill="#084" stroke="none"/> 6 <circle cx="80" cy="50" r="35" fill="#084" stroke="none"/>
7 <circle cx="80" cy="50" r="20" fill="#084" stroke="#084"/> 7 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
8 <circle cx="80" cy="120" r="35" fill="#004" stroke="none"/> 8 <circle cx="80" cy="120" r="35" fill="#004" stroke="none"/>
9 <circle cx="80" cy="120" r="20" fill="#004" stroke="#004"/> 9 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
10 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> 10 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/>
11 <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/> 11 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
12 <circle cx="80" cy="260" r="35" fill="#008" stroke="none"/> 12 <circle cx="80" cy="260" r="35" fill="#008" stroke="none"/>
13 <circle cx="80" cy="260" r="20" fill="#008" stroke="#008"/> 13 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
14 </g> 14 </g>
15 15
16 <g stroke-width="10" transform="translate(170)"> 16 <g stroke-width="10" transform="translate(170)">
17 <circle cx="80" cy="50" r="35" fill="#085" stroke="none"/> 17 <circle cx="80" cy="50" r="35" fill="#085" stroke="none"/>
18 <circle cx="80" cy="50" r="20" fill="#085" stroke="#085"/> 18 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
19 <circle cx="80" cy="120" r="35" fill="#005" stroke="none"/> 19 <circle cx="80" cy="120" r="35" fill="#005" stroke="none"/>
20 <circle cx="80" cy="120" r="20" fill="#005" stroke="#005"/> 20 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
21 <circle cx="80" cy="190" r="35" fill="#689" stroke="none"/> 21 <circle cx="80" cy="190" r="35" fill="#689" stroke="none"/>
22 <circle cx="80" cy="190" r="20" fill="#689" stroke="#689"/> 22 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
23 <circle cx="80" cy="260" r="35" fill="#609" stroke="none"/> 23 <circle cx="80" cy="260" r="35" fill="#609" stroke="none"/>
24 <circle cx="80" cy="260" r="20" fill="#609" stroke="#609"/> 24 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
25 </g> 25 </g>
26 26
27 <g stroke-width="10" transform="translate(370)"> 27 <g stroke-width="10" transform="translate(370)">
28 <circle cx="80" cy="50" r="35" fill="#084" stroke="none"/> 28 <circle cx="80" cy="50" r="35" fill="#084" stroke="none"/>
29 <circle cx="80" cy="50" r="20" fill="#084" stroke="#084"/> 29 <circle cx="80" cy="50" r="20" fill="#080" stroke="#FF0"/>
30 <circle cx="80" cy="120" r="35" fill="#084" stroke="none"/> 30 <circle cx="80" cy="120" r="35" fill="#084" stroke="none"/>
31 <circle cx="80" cy="120" r="20" fill="#084" stroke="#084"/> 31 <circle cx="80" cy="120" r="20" fill="#080" stroke="#FF0"/>
32 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/> 32 <circle cx="80" cy="190" r="35" fill="#088" stroke="none"/>
33 <circle cx="80" cy="190" r="20" fill="#088" stroke="#088"/> 33 <circle cx="80" cy="190" r="20" fill="#080" stroke="#FF0"/>
34 <circle cx="80" cy="260" r="35" fill="#088" stroke="none"/> 34 <circle cx="80" cy="260" r="35" fill="#088" stroke="none"/>
35 <circle cx="80" cy="260" r="20" fill="#088" stroke="#088"/> 35 <circle cx="80" cy="260" r="20" fill="#080" stroke="#FF0"/>
36 </g> 36 </g>
37 </svg> 37 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698