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..47c1854c8e6858c52ad5cd3ca80aed822f2b206f 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 { |
| + height: 100%; |
| + width: 100%; |
|
davve
2014/04/16 14:35:30
I'll drop the trailing semi-colon to follow the su
|
| +} |
| + |
| text, foreignObject { |
| display: block |
| } |