summaryrefslogtreecommitdiffstats
path: root/src/pointarray.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/pointarray.js')
-rwxr-xr-x[-rw-r--r--]src/pointarray.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pointarray.js b/src/pointarray.js
index 28dbf3e..16f3283 100644..100755
--- a/src/pointarray.js
+++ b/src/pointarray.js
@@ -76,8 +76,6 @@ SVG.extend(SVG.PointArray, {
}
// Get bounding box of points
, bbox: function() {
- if (this._cachedBBox) return this._cachedBBox
-
SVG.parser.poly.setAttribute('points', this.toString())
return SVG.parser.poly.getBBox()