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

index 60b896d..ae2e9b1 100644 (file)
 
     var serializer = {
         'text': function (node) {
-            
+            Roo.log(node);
             style = extractStyle(node);
             
+            Roo.log(style);
+            
             var tags = new Array;
             
             var content = [];