Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Shorter svg files #5651
Conversation
mdboom
added the
needs_review
label
Dec 10, 2015
mdboom
added this to the
next major release (2.0)
milestone
Dec 10, 2015
|
I think this good to go. |
efiring
added a commit
that referenced
this pull request
Dec 11, 2015
|
|
efiring |
c95e64d
|
efiring
merged commit c95e64d
into matplotlib:master
Dec 11, 2015
efiring
removed the
needs_review
label
Dec 11, 2015
|
Nice! |
efiring
added a commit
that referenced
this pull request
Dec 11, 2015
|
|
efiring + mdboom |
92e57c8
|
|
Backported to 2.0.x as 92e57c8 |
efiring
referenced
this pull request
Jan 17, 2017
Closed
very small errors in test suite, py3.6 and 3.5 #7851
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
mdboom commentedDec 10, 2015
As mentioned in this comment the change to use
%foverstrin the SVG backend may result in larger file sizes. This addresses that, while still keeping Python 2/3 compatibility. There was only one test image affected by this change.