From da3184aaaef2d0df8b903f0fd30a2462cfd709ec Mon Sep 17 00:00:00 2001 From: kangax Date: Sat, 30 Aug 2014 13:22:19 +0400 Subject: [PATCH] Fix style error --- src/static_canvas.class.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static_canvas.class.js b/src/static_canvas.class.js index 58b91f17..8b934cc3 100644 --- a/src/static_canvas.class.js +++ b/src/static_canvas.class.js @@ -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) {