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

Unified Diff: LayoutTests/css3/images/resources/half-circles.svg

Issue 308643002: Teach SVGImage::containerSize() to deduce intrinsic values (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-text-zoom-factor
Patch Set: Lower timeout and use expandedIntSize Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/css3/images/resources/half-circles.svg
diff --git a/LayoutTests/css3/images/resources/half-circles.svg b/LayoutTests/css3/images/resources/half-circles.svg
index 512ca5301dc009b4cfef0a9fe5f21329affa758f..1f5b512916c976b03604bce7f0b433365b92862c 100644
--- a/LayoutTests/css3/images/resources/half-circles.svg
+++ b/LayoutTests/css3/images/resources/half-circles.svg
@@ -1,4 +1,4 @@
-<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 100">
+<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="100" height="100" viewBox="0 0 100 100">
<defs>
<linearGradient id="grad" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" style="stop-color:rgb(255,0,0);" />
@@ -8,4 +8,4 @@
</linearGradient>
</defs>
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="url(#grad)" />
-</svg>
+</svg>
« no previous file with comments | « LayoutTests/css3/compositing/resources/blue-circle.svg ('k') | LayoutTests/fast/canvas/webgl/resources/red-green.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698