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

index 822641e..5b67c3c 100644 (file)
                         dy: computeTSpanDy(style.font.size, 1, node.attrs['text'].split('\n').length)
                     },
                     null,
-                    escapeXML(text)
+                    escapeXML(text[0])
                 )
             ));