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

Side by Side Diff: LayoutTests/svg/as-image/svgview-references.html

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 <!DOCTYPE html>
2 <head>
3 <title>SVG with img viewBox linking</title>
4 <style>
5 .example { width: 200px; height: 200px; border: 2px solid black; display: inli ne-block; margin: 20px; }
6 </style>
7 </head>
8 <img class="example" src="resources/svglogo.svg"/>
9 <img class="example" src="resources/svglogo.svg#svgView(viewBox(0,0,150,150))"/>
10 <img class="example" src="resources/svglogo.svg#svgView(viewBox(100,100,100,100) )"/>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/resources/svglogo-viewbox.svg ('k') | LayoutTests/svg/as-image/svgview-references-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698