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

Side by Side Diff: third_party/WebKit/LayoutTests/svg/as-image/resources/svglogo-viewbox.svg

Issue 1471963007: Count usage of #svgView(...) and plain SVG <view> targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing expected file Created 5 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 | « no previous file | third_party/WebKit/LayoutTests/svg/as-image/svgview-references-use-counters.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <svg xmlns="http://www.w3.org/2000/svg" 1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink" 2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 id="root" 3 id="root"
4 width="100%" 4 width="100%"
5 height="100%" 5 height="100%"
6 viewBox="100 100 100 100"> 6 viewBox="100 100 100 100">
7 <view id="original" viewBox="0 0 300 300"/>
7 8
8 <title>SVG Logo</title> 9 <title>SVG Logo</title>
9 <desc>Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted by W3C in 2009. It is available under the Creative Commons license for those who have an SVG product or who are using SVG on their site.</desc> 10 <desc>Designed for the SVG Logo Contest in 2006 by Harvey Rayner, and adopted by W3C in 2009. It is available under the Creative Commons license for those who have an SVG product or who are using SVG on their site.</desc>
10 11
11 <metadata id="license"> 12 <metadata id="license">
12 <rdf:RDF 13 <rdf:RDF
13 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 14 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
14 xmlns:dc="http://purl.org/dc/elements/1.1/" 15 xmlns:dc="http://purl.org/dc/elements/1.1/"
15 xmlns:cc="http://web.resource.org/cc/"> 16 xmlns:cc="http://web.resource.org/cc/">
16 <cc:Work rdf:about=""> 17 <cc:Work rdf:about="">
(...skipping 25 matching lines...) Expand all
42 <path id="svgbar" fill="#ffb13b" 43 <path id="svgbar" fill="#ffb13b"
43 d="M-84.1487,-15.8513 a22.4171,22.4171 0 1 0 0,31.7026 h168.2974 a22.41 71,22.4171 0 1 0 0,-31.7026 Z"/> 44 d="M-84.1487,-15.8513 a22.4171,22.4171 0 1 0 0,31.7026 h168.2974 a22.41 71,22.4171 0 1 0 0,-31.7026 Z"/>
44 <use xlink:href="#svgbar" transform="rotate(45)"/> 45 <use xlink:href="#svgbar" transform="rotate(45)"/>
45 <use xlink:href="#svgbar" transform="rotate(90)"/> 46 <use xlink:href="#svgbar" transform="rotate(90)"/>
46 <use xlink:href="#svgbar" transform="rotate(135)"/> 47 <use xlink:href="#svgbar" transform="rotate(135)"/>
47 </g> 48 </g>
48 </g> 49 </g>
49 <use xlink:href="#svgstar"/> 50 <use xlink:href="#svgstar"/>
50 51
51 </svg> 52 </svg>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/svg/as-image/svgview-references-use-counters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698