Chromium Code Reviews| Index: Source/core/css/svg.css |
| diff --git a/Source/core/css/svg.css b/Source/core/css/svg.css |
| index f860d7baade51651650aab15f3170139dfd39222..6151d17c5d294de7ab2c5aaf098f25279bfc3d07 100644 |
| --- a/Source/core/css/svg.css |
| +++ b/Source/core/css/svg.css |
| @@ -47,6 +47,11 @@ svg:not(:root), symbol, image, marker, pattern, foreignObject { |
| overflow: hidden |
| } |
| +svg:root { |
|
eseidel
2014/04/18 16:12:49
I'm surprised we didn't already ahve this. Or may
davve
2014/04/18 17:24:32
WebKit had something similar until https://bugs.we
|
| + width: 100%; |
| + height: 100% |
| +} |
| + |
| text, foreignObject { |
| display: block |
| } |