summaryrefslogtreecommitdiffstats
path: root/dist/svg.js
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-02-02 22:11:41 +0100
committerwout <wout@impinc.co.uk>2014-02-02 22:11:41 +0100
commit7a29817ffd764cf7ab6906250b57f234801c94e0 (patch)
tree208e9ad362939c4f785ad3e729f074e43ddf99f8 /dist/svg.js
parent3754d895e795253db045c0c4a5cdcb7c8cd4414d (diff)
downloadsvg.js-7a29817ffd764cf7ab6906250b57f234801c94e0.tar.gz
svg.js-7a29817ffd764cf7ab6906250b57f234801c94e0.zip
Applying block to text node on text() method1.0.0-rc.3
Diffstat (limited to 'dist/svg.js')
-rw-r--r--dist/svg.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/svg.js b/dist/svg.js
index 815350e..0aa269e 100644
--- a/dist/svg.js
+++ b/dist/svg.js
@@ -1,4 +1,4 @@
-/* svg.js v1.0rc2-14-ge156610 - svg regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader - svgjs.com/license */
+/* svg.js v1.0rc2-15-g3754d89 - svg regex default color array pointarray patharray number viewbox bbox rbox element parent container fx relative event defs group arrange mask clip gradient doc shape use rect ellipse line poly path image text textpath nested hyperlink sugar set data memory loader - svgjs.com/license */
;(function() {
this.SVG = function(element) {
@@ -2964,7 +2964,7 @@
if (typeof text === 'function') {
this._rebuild = false
- text(this)
+ text.call(this, this)
} else {
this._rebuild = true