plugins/raphael.export.js
authorAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:13:10 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 06:13:10 +0000 (14:13 +0800)
plugins/raphael.export.js

index 7d815fe..a645817 100644 (file)
                                 dy: computeTSpanDy(style.font.size, line + 1, node.attrs['text'].split('\n').length)
                             },
                             null,
-                            text
+                            escapeXML(text)
                     )
                                ));
                        });