Raphael.Export
Raphael.Export copied to clipboard
Uncaught TypeError: Cannot read property 'replace' of undefined in the extractStyle function (font-family attribute). If I don't have this attribute in my image then error is thrown. The line 118 must be replaced by : family: typeof node.attrs.font === 'undefined' ? null : node.attrs.font.replace(/^.?"(\w+)".$/, '$1'),
Is this a duplicate of issue #48?