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

index be48793..f9f838c 100644 (file)
                     }
                 ),
                 node.matrix,
-                tag('tspan',
-                    {
-                        dy: computeTSpanDy(style.font.size, 1, 2)
-                    },
-                    null,
-                    escapeXML("test11")
-                ),
-                tag('tspan',
-                    {
-                        dy: computeTSpanDy(style.font.size, 1, 2)
-                    },
-                    null,
-                    escapeXML("test22")
-                )
+                test + test2
             ));
             
 //            map(node.attrs['text'].split('\n'), function (text, iterable, line) {