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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/wicd/resources/bcde.svg

Issue 1542563002: Rewrite LayoutTest svg/wicd/rightsizing-grid as a reftest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add note about test inspiration Created 4 years, 12 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"?> 1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 80 140">
2 <svg viewBox="0 0 80 140" version="1.2" baseProfile="tiny" xmlns="http://www.w3. org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 2 <rect x="0" y="0" width="80" height="140" fill="rosybrown"/>
3 <defs>
4 <linearGradient id="surface" x1="1" y1="0" x2="1" y2="1">
5 <stop offset="0" stop-color="#FFF"/>
6 <stop offset="1" stop-color="#FEA"/>
7 </linearGradient>
8 </defs>
9 <a xlink:href="#">
10 <rect x="1" y="1" width="38" height="38" rx="4" fill="url(#surface)" stroke= "#FC3" stroke-width="2"/>
11 <text x="20" y="27" font-size="20" text-anchor="middle">B</text>
12 </a>
13 <a xlink:href="#">
14 <rect x="41" y="1" width="38" height="38" rx="4" fill="url(#surface)" stroke ="#FC3" stroke-width="2"/>
15 </a>
16 <a xlink:href="#">
17 <circle cx="20" cy="70" r="19" fill="url(#surface)" stroke="#FC3" stroke-wid th="2"/>
18 <text x="20" y="77" font-size="20" text-anchor="middle">C</text>
19 </a>
20 <a xlink:href="#">
21 <circle cx="60" cy="70" r="19" fill="url(#surface)" stroke="#FC3" stroke-wid th="2"/>
22 </a>
23 <a xlink:href="#">
24 <circle cx="20" cy="120" r="19" fill="url(#surface)" stroke="#FC3" stroke-wi dth="2"/>
25 <text x="20" y="127" font-size="20" text-anchor="middle">D</text>
26 </a>
27 <a xlink:href="#">
28 <circle cx="60" cy="120" r="19" fill="url(#surface)" stroke="#FC3" stroke-wi dth="2"/>
29 <text x="60" y="127" font-size="20" text-anchor="middle">E</text>
30 </a>
31 </svg> 3 </svg>
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/svg/wicd/resources/a.svg ('k') | third_party/WebKit/LayoutTests/svg/wicd/resources/empty1.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698