Closed crob1140 closed 7 years ago
Replaced the transform and transform-origin CSS styles with the transform attribute to add compatibility with IE11, Edge and Opera browsers.
The transform attribute is part of the SVG 1.1 (Second Edition) specification, and is supported by all major browsers. This provides greater compatibility than the transform CSS property, which is not supported under IE11, Edge or Opera.
Closing PR as I found another solution that will also fix the issues reported in #29 at the same time, which I will open a separate PR for shortly.
Replaced the transform and transform-origin CSS styles with the transform attribute to add compatibility with IE11, Edge and Opera browsers.
The transform attribute is part of the SVG 1.1 (Second Edition) specification, and is supported by all major browsers. This provides greater compatibility than the transform CSS property, which is not supported under IE11, Edge or Opera.