Skip to content

Commit

Permalink
Fixed exporting transformed text
Browse files Browse the repository at this point in the history
  • Loading branch information
ElbertF committed Mar 31, 2012
1 parent 23e37b6 commit 935e815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions raphael.export.js
Expand Up @@ -76,6 +76,8 @@

if ( typeof attrs === 'object' ) {
attrs = map(attrs, function(element, name) {
if ( name === 'transform') return;

return name + '="' + escapeXML(element) + '"';
}).join(' ');
}
Expand Down

0 comments on commit 935e815

Please sign in to comment.