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

index 4a36a70..be48793 100644 (file)
                     null,
                     escapeXML("test11")
             );
-            Roo.log(test);
+            var test2 = tag('tspan',
+                    {
+                        dy: computeTSpanDy(style.font.size, 1, 2)
+                    },
+                    null,
+                    escapeXML("test22")
+            );
                 
             tags.push(tag(
                 'text',