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

Unified Diff: Source/core/css/svg.css

Issue 220853002: SVG does not respect overflow:visible. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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: Source/core/css/svg.css
diff --git a/Source/core/css/svg.css b/Source/core/css/svg.css
index f860d7baade51651650aab15f3170139dfd39222..c3f55390da63457625d4396721f9bbcfb01fd98f 100644
--- a/Source/core/css/svg.css
+++ b/Source/core/css/svg.css
@@ -47,6 +47,10 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject {
overflow: hidden
}
+svg:root {
+ overflow: hidden;
krit 2014/04/01 12:23:14 It of course depends how the spec defines the svg
+}
+
text, foreignObject {
display: block
}

Powered by Google App Engine
This is Rietveld 408576698