You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A weird problem happens when calling Figure#write twice on the same graph. For the first time, all the text on the Figure is antialiased however the second time, the text appears fuzzy and is probably not so.
Here is the image of the first time:
And this is the second time:
You can reproduce this issue by running any test in the rspec and comparing both images.
The text was updated successfully, but these errors were encountered:
A weird problem happens when calling
Figure#write
twice on the same graph. For the first time, all the text on the Figure is antialiased however the second time, the text appears fuzzy and is probably not so.Here is the image of the first time:
And this is the second time:
You can reproduce this issue by running any test in the rspec and comparing both images.
The text was updated successfully, but these errors were encountered: