charlesdaniels / textvis

Text Visualization project for CSCE567
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

SVG Export #7

Closed charlesdaniels closed 5 years ago

charlesdaniels commented 5 years ago

The UI (#5) should include a button which allows the currently shown SVG to be exported and saved.

charlesdaniels commented 5 years ago

This should be implemented by appending a button inside of the <div> container that when clicked scrapes the SVG out of the DOM and makes it available as a file. See here for an example of how to do this (with JSON, rather than SVG).

charlesdaniels commented 5 years ago

Implemented in ea95dc0c84a8305492bc7814b6311a163a6a0065.