Skip to content

PDF logo glitchy, has extra features #14939

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

Closed
joelfrederico opened this issue Jul 31, 2019 · 4 comments
Closed

PDF logo glitchy, has extra features #14939

joelfrederico opened this issue Jul 31, 2019 · 4 comments

Comments

@joelfrederico
Copy link
Contributor

Bug report

The PDF logo doesn't look quite right, viewed in Adobe Acrobat, Preview, and Google Chrome (on macOS). If you look closely at the center, there are some extra features there that don't show up in, for instance, the svg.

https://github.com/matplotlib/matplotlib/blob/master/lib/matplotlib/mpl-data/images/matplotlib.pdf

Maybe somebody should track down why the render of the PDF glitched? At least replace it with one that isn't glitchy?

image

@joelfrederico
Copy link
Contributor Author

For what it's worth, when I use the the script and save to PDF, I get the features as well.

@anntzer
Copy link
Contributor

anntzer commented Jul 31, 2019

This basically comes from #9830. FWIW one can check with mplcairo master that setting the miter_limit (globally, via mplcairo.set_option(miter_limit=5)) fixes the issue.

@joelfrederico
Copy link
Contributor Author

Ah gotcha. Close the issue as a duplicate then?

@anntzer
Copy link
Contributor

anntzer commented Jul 31, 2019

Sure, added a note in #9830 so that we remember that the logo needs to be regen'd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants