diff options
author | wout <wout@impinc.co.uk> | 2013-03-30 18:08:09 +0000 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-03-30 18:08:09 +0000 |
commit | f5f60d2383c99667849167af51aaf7734c678ca6 (patch) | |
tree | 811ae73eb0e9bc764401218050c96fea20054f8d /dist/svg.js | |
parent | 87f9985c2d2d3ec3a732613b02d281084d096d1f (diff) | |
download | svg.js-f5f60d2383c99667849167af51aaf7734c678ca6.tar.gz svg.js-f5f60d2383c99667849167af51aaf7734c678ca6.zip |
Passing attribute name and value in rebuild() method
Diffstat (limited to 'dist/svg.js')
-rw-r--r-- | dist/svg.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/svg.js b/dist/svg.js index d2bb80f..7dddcd8 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -1,4 +1,4 @@ -/* svg.js v0.12-3-g7eb8f79 - svg regex default color viewbox bbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar - svgjs.com/license */ +/* svg.js v0.12-4-g87f9985 - svg regex default color viewbox bbox element container fx event group arrange defs mask clip pattern gradient doc shape rect ellipse line poly path plotable image text nested sugar - svgjs.com/license */ ;(function() { this.SVG = function(element) { @@ -555,7 +555,7 @@ /* rebuild if required */ if (this.rebuild) - this.rebuild() + this.rebuild(a, v) } } |