| Index: client/html/src/SVGSVGElementWrappingImplementation.dart
|
| diff --git a/client/html/src/SVGSVGElementWrappingImplementation.dart b/client/html/src/SVGSVGElementWrappingImplementation.dart
|
| index ca6ca99a477194bfc12fdbe4ab9fc5699246e433..a7efbe61dc5b9c78ba23b308e7b90f7a41d95526 100644
|
| --- a/client/html/src/SVGSVGElementWrappingImplementation.dart
|
| +++ b/client/html/src/SVGSVGElementWrappingImplementation.dart
|
| @@ -8,7 +8,7 @@ class SVGSVGElementWrappingImplementation extends SVGElementWrappingImplementati
|
| factory SVGSVGElementWrappingImplementation() {
|
| var el = new SVGElement.tag("svg");
|
| // The SVG spec requires the version attribute to match the spec version
|
| - el.attributes['version'] = 1.1;
|
| + el.attributes['version'] = "1.1";
|
| return el;
|
| }
|
|
|
|
|