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

Side by Side Diff: LayoutTests/svg/as-image/resources/svglogo-scale2.svg

Issue 813133004: [svg] Reset the initial view properly in SVGImage. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase + add comment Created 5 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
(Empty)
1 <svg xmlns="http://www.w3.org/2000/svg"
2 xmlns:xlink="http://www.w3.org/1999/xlink"
3 id="root"
4 width="100%"
5 height="100%"
6 viewBox="0 0 300 300">
7 <g transform="scale(2)">
8 <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
11 <metadata id="license">
12 <rdf:RDF
13 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
14 xmlns:dc="http://purl.org/dc/elements/1.1/"
15 xmlns:cc="http://web.resource.org/cc/">
16 <cc:Work rdf:about="">
17 <dc:title>SVG Logo</dc:title>
18 <dc:date>14-08-2009</dc:date>
19 <dc:creator>
20 <cc:Agent><dc:title>W3C</dc:title></cc:Agent>
21 <cc:Agent><dc:title>Harvey Rayner, designer</dc:title></cc:Agent>
22 </dc:creator>
23 <dc:description>See document description</dc:description>
24 <cc:license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/ 2.5/" />
25 <dc:format>image/svg+xml</dc:format>
26 <dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
27 </cc:Work>
28 <cc:License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.5/" >
29 <cc:permits rdf:resource="http://web.resource.org/cc/Reproduction" />
30 <cc:permits rdf:resource="http://web.resource.org/cc/Distribution" />
31 <cc:requires rdf:resource="http://web.resource.org/cc/Notice" />
32 <cc:requires rdf:resource="http://web.resource.org/cc/Attribution" />
33 <cc:prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" / >
34 <cc:permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" / >
35 <cc:requires rdf:resource="http://web.resource.org/cc/ShareAlike" />
36 </cc:License>
37 </rdf:RDF>
38 </metadata>
39
40 <g stroke-width="38.0086" stroke="#000">
41 <g id="svgstar" transform="translate(150, 150)">
42 <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 <use xlink:href="#svgbar" transform="rotate(45)"/>
45 <use xlink:href="#svgbar" transform="rotate(90)"/>
46 <use xlink:href="#svgbar" transform="rotate(135)"/>
47 </g>
48 </g>
49 <use xlink:href="#svgstar"/>
50 </g>
51 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/resources/svglogo.svg ('k') | LayoutTests/svg/as-image/resources/svglogo-viewbox.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698