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
Hi, thanks for the wonderful project! I met a weird issue with rendering objects on top of each other, would love to know why it happens and if there is any workaround for this.
Create two Rects of the same size, with white rect on top of the black rect.
Play with various level of zoom.
The color of the black rect behind will "bleed" through the top object and visible on the canvas.
The issue can also happens to image, where the image will "bleed" through edges of the rect. Although both of them are of the same size.
The rect on top should fully cover the rect behind.
Actual Behavior
The rect behind "bleed" through the edge of the rect on top.
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered:
LikitSaeLee
changed the title
[Bug]: Object at the bottom "bleed" through the top object
[Bug]: Object at the bottom "bleed" through the edge of top object
Oct 17, 2024
CheckList
Version
6.0.2
In What environments are you experiencing the problem?
Firefox, Chrome
Node Version (if applicable)
None
Link To Reproduction
https://stackblitz.com/edit/js-zyyzqo?file=index.js (updated with red rect behind a yellow rect, added zoom and unzoom button)
Steps To Reproduce
Hi, thanks for the wonderful project! I met a weird issue with rendering objects on top of each other, would love to know why it happens and if there is any workaround for this.
The issue can also happens to image, where the image will "bleed" through edges of the rect. Although both of them are of the same size.
https://stackblitz.com/edit/js-7zadzc?file=index.html,index.js
Screencast from 17-10-24 21:22:57.webm
Expected Behavior
The rect on top should fully cover the rect behind.
Actual Behavior
The rect behind "bleed" through the edge of the rect on top.
Error Message & Stack Trace
No response
The text was updated successfully, but these errors were encountered: