plugins/raphael.export.js
[raphael] / 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)
                     )
                                ));
                        });