rawgraphs / rawgraphs-app

A web interface to create custom vector-based visualizations on top of RAWGraphs core
https://rawgraphs.io
Apache License 2.0
8.66k stars 1.84k forks source link

Svgs break when they have a text on path but don't have xlink attribute in the svg element #172

Closed Mitch90 closed 6 years ago

Mitch90 commented 6 years ago

Exporting any chart with the checkbox "Show Labels" will generate a broken svg. This is easily fixable by always adding the attribute xmlns:xlink="http://www.w3.org/1999/xlink" to the svg element (it won't be necessary when there is no text on path, but it doesn't hurt to add it anyway)

mikima commented 6 years ago

closed in /dev branch