Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Story Points:4
-
Epic Link:
-
Sprint:Spring 1, Spring 2
Description
Situation: We've recently had several requests to export images in IGB as SVGs. While IGB does have the ability to export images as SVG, the libraries used are quite old and there are some weird artifacts that show up in the SVG images (see IGBF-2649).
Task: Update the libraries used for SVG image export in IGB. This may require stripping out the current SVG library usage and using a newer one (something like this: https://github.com/jfree/jfreesvg).
Replaced the freehep library to jfree.
Attached is a screenshot of an SVG output using the newly integrated library.
PranavTest.svg
Link to branch - https://bitbucket.org/pranavbhatia1999/integrated-genome-browser/branch/IGBF-3971
Please review.