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

Side by Side Diff: LayoutTests/svg/as-image/resources/overflow-auto.svg

Issue 277563004: [SVG2] overflow should be ignored in img and background-image. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add comment Created 6 years, 7 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"?>
2 <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1 .1/DTD/svg11.dtd">
4 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink=" http://www.w3.org/1999/xlink" x="0px" y="0px"
5 width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve" overflow="auto">
6 <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="5.8579" y1="5.8 579" x2="34.1421" y2="34.1421" gradientTransform="matrix(0.7071 0.7071 -0.7071 0 .7071 20 -8.2843)">
7 <stop offset="0" style="stop-color:#00A995"/>
8 <stop offset="0" style="stop-color:#3C3795"/>
9 <stop offset="0.5056" style="stop-color:#A53594"/>
10 <stop offset="1" style="stop-color:#DA2128"/>
11 </linearGradient>
12 <polygon fill="url(#SVGID_1_)" points="20,40 0,20 20,0 40,20 "/>
13 </svg>
OLDNEW
« no previous file with comments | « LayoutTests/svg/as-image/overflow-auto-expected.html ('k') | LayoutTests/svg/as-image/resources/overflow-hidden.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698