summaryrefslogtreecommitdiffstats
path: root/src/path.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.js')
-rw-r--r--src/path.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.js b/src/path.js
index ef6ab03..3a50703 100644
--- a/src/path.js
+++ b/src/path.js
@@ -1,7 +1,7 @@
SVG.Path = function(unbiased) {
this.constructor.call(this, SVG.create('path'))
- this.unbiased = unbiased
+ this.unbiased = !!unbiased
}
// Inherit from SVG.Shape