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

Side by Side Diff: LayoutTests/fast/shapes/resources/svg-shape-001.svg

Issue 772523003: Remove unused shape test resources (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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
« no previous file with comments | « LayoutTests/fast/shapes/resources/simple-rectangle.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <svg fill="blue" width="400px" height="400px" xmlns="http://www.w3.org/2000/svg" >
2 <!--
3 This file defines a shape that's a small symmetrical stack of 3 rectilinear polygons.
4 The shape looks like the following text, where each X represents a 50x50 blo ck of blue pixels:
5
6 XXXXX
7
8 XXX
9 X
10 XXX
11
12 XXXXX
13 -->
14 <rect x="0" y="0" width="250" height="50"/>
15 <rect x="50" y="100" width="150" height="50"/>
16 <rect x="100" y="150" width="50" height="50"/>
17 <rect x="50" y="200" width="150" height="50"/>
18 <rect x="0" y="300" width="250" height="50"/>
19 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/fast/shapes/resources/simple-rectangle.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698