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

index fc3a1e1..a9a13a2 100644 (file)
 
     var serializer = {
         'text': function (node) {
+            Roo.log(node);
             style = extractStyle(node);
             Roo.log(style);
             var tags = new Array;