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

Side by Side Diff: third_party/WebKit/LayoutTests/compositing/resources/star.svg

Issue 2689253002: cc: Add layout test cases for mask tiling. (Closed)
Patch Set: Rebaseline virtual/prefer_compositing_to_lcd_text tests. Created 3 years, 9 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
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg
3 xmlns:dc="http://purl.org/dc/elements/1.1/"
4 xmlns:cc="http://creativecommons.org/ns#"
5 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
6 xmlns:svg="http://www.w3.org/2000/svg"
7 xmlns="http://www.w3.org/2000/svg"
8 version="1.1"
9 id="svg2"
10 viewBox="0 0 99.999997 99.999997"
11 height="100"
12 width="100">
13 <defs
14 id="defs4" />
15 <metadata
16 id="metadata7">
17 <rdf:RDF>
18 <cc:Work
19 rdf:about="">
20 <dc:format>image/svg+xml</dc:format>
21 <dc:type
22 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
23 <dc:title></dc:title>
24 </cc:Work>
25 </rdf:RDF>
26 </metadata>
27 <g
28 transform="translate(0,-952.36223)"
29 id="layer1">
30 <path
31 d="M 50.000001,954.80939 65.450848,986.11624 100,991.13652 74.999998,1015 .5055 80.901699,1049.915 50,1033.6691 19.098298,1049.915 25.000001,1015.5055 -1. 2134336e-6,991.13652 34.549151,986.11624 Z"
32 id="path4136"
33 style="opacity:1;fill:#000000;fill-opacity:0.50222224;stroke:none;stroke- width:22.67716599;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:non e;stroke-opacity:1" />
34 </g>
35 </svg>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698