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

Side by Side Diff: LayoutTests/svg/animations/animateColor-additive-2a-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 fill="#080" stroke="#080" stroke-width="10" transform="translate(-30)"> 5 <g fill="#080" stroke="#FF0" stroke-width="10" transform="translate(-30)">
6 <circle cx="80" cy="50" r="35" stroke="none"/> 6 <circle cx="80" cy="50" r="35" stroke="none"/>
7 <circle cx="80" cy="50" r="20"/> 7 <circle cx="80" cy="50" r="20"/>
8 <circle cx="80" cy="120" r="35" stroke="none"/> 8 <circle cx="80" cy="120" r="35" stroke="none"/>
9 <circle cx="80" cy="120" r="20"/> 9 <circle cx="80" cy="120" r="20"/>
10 <circle cx="80" cy="190" r="35" stroke="none"/> 10 <circle cx="80" cy="190" r="35" stroke="none"/>
11 <circle cx="80" cy="190" r="20"/> 11 <circle cx="80" cy="190" r="20"/>
12 <circle cx="80" cy="260" r="35" stroke="none"/> 12 <circle cx="80" cy="260" r="35" stroke="none"/>
13 <circle cx="80" cy="260" r="20"/> 13 <circle cx="80" cy="260" r="20"/>
14 </g> 14 </g>
15 15
16 <g fill="#080" stroke="#080" stroke-width="10" transform="translate(170)"> 16 <g fill="#080" stroke="#FF0" stroke-width="10" transform="translate(170)">
17 <circle cx="80" cy="50" r="35" stroke="none"/> 17 <circle cx="80" cy="50" r="35" stroke="none"/>
18 <circle cx="80" cy="50" r="20"/> 18 <circle cx="80" cy="50" r="20"/>
19 <circle cx="80" cy="120" r="35" stroke="none"/> 19 <circle cx="80" cy="120" r="35" stroke="none"/>
20 <circle cx="80" cy="120" r="20"/> 20 <circle cx="80" cy="120" r="20"/>
21 <circle cx="80" cy="190" r="35" stroke="none"/> 21 <circle cx="80" cy="190" r="35" stroke="none"/>
22 <circle cx="80" cy="190" r="20"/> 22 <circle cx="80" cy="190" r="20"/>
23 <circle cx="80" cy="260" r="35" stroke="none"/> 23 <circle cx="80" cy="260" r="35" stroke="none"/>
24 <circle cx="80" cy="260" r="20"/> 24 <circle cx="80" cy="260" r="20"/>
25 </g> 25 </g>
26 26
27 27
28 <g fill="#080" stroke="#080" stroke-width="10" transform="translate(370)"> 28 <g fill="#080" stroke="#FF0" stroke-width="10" transform="translate(370)">
29 <circle cx="80" cy="50" r="35" stroke="none"/> 29 <circle cx="80" cy="50" r="35" stroke="none"/>
30 <circle cx="80" cy="50" r="20"/> 30 <circle cx="80" cy="50" r="20"/>
31 <circle cx="80" cy="120" r="35" stroke="none"/> 31 <circle cx="80" cy="120" r="35" stroke="none"/>
32 <circle cx="80" cy="120" r="20"/> 32 <circle cx="80" cy="120" r="20"/>
33 <circle cx="80" cy="190" r="35" stroke="none"/> 33 <circle cx="80" cy="190" r="35" stroke="none"/>
34 <circle cx="80" cy="190" r="20"/> 34 <circle cx="80" cy="190" r="20"/>
35 <circle cx="80" cy="260" r="35" stroke="none"/> 35 <circle cx="80" cy="260" r="35" stroke="none"/>
36 <circle cx="80" cy="260" r="20"/> 36 <circle cx="80" cy="260" r="20"/>
37 </g> 37 </g>
38 </svg> 38 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698