Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 10.2.0
-
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).
Note that there are some visual differences between the old SVG library and the new SVG library. For example, the "barb wire" in IGB does not always appear correctly with the new SVG library, though I do not see this as an issue.
Old:
New: