happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 14 forks source link

Use Maven dependency for org.jfree.svg #220

Closed Noreaster76 closed 8 months ago

Noreaster76 commented 8 months ago

👀 Unless reviewing this on a commit-by-commit basis (rather than on the full diff), don't bother reviewing PR until #218 is merged, since this PR includes commits from the Noreaster76:mavenize branch, and it might be too confusing otherwise.

Replace the copied-in code for the org.jfree.svg library with that of a Maven dependency (of the same library).

Benefits:

Obviously, the org.jfree.svg code is always available on their repo to look at, if desired.