-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Svg rasterize (rebased) #2044
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
Svg rasterize (rebased) #2044
Conversation
The |
…lows numpy.float32 in pdfRepr
Nevermind -- got it reproduced. I'm on it. |
Hmm.. github seems to be borked here. The tip of this branch is f288b4e (which I just verified by doing a clean clone), but it's displaying 90143c0, both here and at https://github.com/mdboom/matplotlib/commits/svg-rasterize. Looks like a bug report to github might be in order. |
Weird. It's update now. Never seen it take that long before. |
@@ -264,6 +264,31 @@ def test_image_composite_alpha(): | |||
ax.set_ylim([5, 0]) | |||
|
|||
|
|||
@image_comparison(baseline_images=['rasterize_10dpi'], extensions=['pdf','svg'], tol=1.5e-3, remove_text=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this test is failing on Python 3.3.
This is a rebased version of #1185. It also updates some test images and adds
get_image_magnification
to theRendererBase
class at @pelson's suggestion.