-
Notifications
You must be signed in to change notification settings - Fork 180
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
Bgcolor with transparent alpha value has strange behavior #135
Comments
Hi @grant-wilson -- you can use space.setup( {bgcolor: "transparent"} ); Alternatively, you can clear the canvas by calling I just realize the CanvasSpace's Thanks! |
Hi @williamngan , Thank you for the quick reply. However I would argue that the behavior seen when using an rgba value with an alpha less than ff is probably not intended. I have updated the title to reflect more clearly what I am talking about. |
Thanks @grant-wilson. I see what you mean now -- that's a good catch. I will try to fix it in the next release. In the meantime, you can call |
Not sure if should be separate issue, but it falls under same heading, so I thought it was worth mentioning here. |
Thanks for report this @jperrett256 -- this looks like a regression and we will fix it in the next patch release! |
@jperrett256 - this should be fixed in v0.10.4. Thanks again for reporting the issue. |
Closing this issue now. Please reopen if there're still issues. |
Pts behaves strangely when the bgcolor is transparent. The canvas slowly darkens and visual artifacts appear.
This can be demonstrated with this simple demo.
pts_demo.zip
The text was updated successfully, but these errors were encountered: