-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FreeSans character distortion in SVG backend #913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Note that this problem doesn't seem to happen in the PS backend, irrespective of the |
See the fix in #926. The PS backend uses the save font conversion code as the PDF backend, so it's not surprising that Jouni's fix for the PDF backend also fixed PS. |
Merged
Great, that fixes it for me. Thanks! |
mdboom
added a commit
to mdboom/matplotlib
that referenced
this issue
Jun 7, 2012
… their last point as an initial MOVETO. This is the SVG-specific corrolory to matplotlib#905.
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As in #903 for the PDF backend, which is now fixed, the FreeSans '0' and '8' characters are distorted when saving to .svg:
The resulting files:
http://devio.us/~mspacek/freesans_example.png
http://devio.us/~mspacek/freesans_example.svg
This is with
svg.fonttype
set to the default 'path'. If set to 'svgfont' or 'none' instead, the problem seems to go away.The text was updated successfully, but these errors were encountered: