NIAGADS / niagads-igv-webapp

Standalone webapp for NIAGADS customized IGV Genome Browser
GNU General Public License v3.0
1 stars 1 forks source link

adapt `saveSVGtoFile` to NIAGADS/igv.js to save ROI layer #18

Closed fossilfriend closed 1 year ago

fossilfriend commented 1 year ago

adapt the save/export SVG function to save the region of interest (ROI) layer

see line 364 to start work through how the save to file is done

NOTE: saveSVGtoFile calls toSVG. Is that used elsewhere in the igv.js code? Will adding ROI layer to toSVG break the browser rendering?

work on or branch NIAGADS/igv.js#NIAGADS-2.13.9