Raphael.Export icon indicating copy to clipboard operation
Raphael.Export copied to clipboard

Export Raphaël paper objects to SVG.

Results 22 Raphael.Export issues
Sort by recently updated
recently updated
newest added

Hi, I've just inherited a project which uses this library, so bare with me. We have found an issue when adding ampersands, so for instance if my input text is...

Fixed an issue in escapeXML() whereby if the supplied value is undefined, a JavaScript error was thrown. I have implemented this fix in a generic fashion, i.e. it will now...

Text elements that include special charaters are being incorrectly exported. For instance, when I have text elements with the text ``, the generated SVG is ``` ``` That `` tag...

I am getting JavaScript errors in IE8 due to the 'class' attribute ending up undefined in the 'text' callback for the serializer object. On line 205, the code is populating...

when change to svg , path's arrow get lost

Thanks for this excellent library. One issue I found is when I have a gradient fill on a path element as it gets set as fill="none" in the svg. It...

Just specifying "paper.text(x,y).attr('text');" does not create a font attribute, which Raphael.export requires on line 118. Please update to say "family: typeof node.attrs.font === 'undefined' ? null : node.attrs.font.replace(/^._?"(\w+)"._$/, '$1'),"

Hey, I don't know yet why this is happening, but after the export of my Raphael paper as SVG, the stroke-width attribute of all my paths is completely wrong. I...

Hi, i am not sure if it is this plugin issue, or my code is wrong. what i need is to export to svg ma paper and the convert it...