plugins/raphael.export.js
authorEdward <edward@roojs.com>
Wed, 9 Jan 2019 08:45:04 +0000 (16:45 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Jan 2019 08:45:04 +0000 (16:45 +0800)
plugins/raphael.export.js

index 7863a1b..0fbe3e4 100644 (file)
             var content = [];
             
             map(node.attrs['text'].split('\n'), function (text, iterable, line) {
+                Roo.log([style.font.size, line + 1, node.attrs['text'].split('\n').length]);
                 content.push(tag('tspan',
                     {
                         x: node.attrs.x,