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

Unified Diff: LayoutTests/css3/compositing/resources/blue-circle.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: computeIntrinsicRatioInformation does not always write to intrinsicRatio; take care to init it 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/compositing/resources/blue-circle.svg
diff --git a/LayoutTests/css3/compositing/resources/blue-circle.svg b/LayoutTests/css3/compositing/resources/blue-circle.svg
index 99523b77cc58a3d5c6c3bb41219eab3c6b36be42..79b2466bdc66d43cfd29704315bb00ba5a317ac6 100644
--- a/LayoutTests/css3/compositing/resources/blue-circle.svg
+++ b/LayoutTests/css3/compositing/resources/blue-circle.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">
<circle cx="50" cy="50" r="40" stroke="black" stroke-width="2" fill="blue">
</circle>
</svg>

Powered by Google App Engine
This is Rietveld 408576698