Fix style error

This commit is contained in:
kangax 2014-08-30 13:22:19 +04:00
parent a3d40878d6
commit da3184aaae

View file

@ -1201,7 +1201,8 @@
if (options.viewBox) {
width = options.viewBox.width;
height = options.viewBox.height;
} else {
}
else {
width = this.width;
height = this.height;
if (!this.svgViewportTransformation) {