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
Making snapshot identical to the previous one never makes sense. Apart from discarding such snapshot application should also print some sinister warning log.
To implement this I need a way to compare CanvasElements. It is not trivial now as elements don't have operator==.
The text was updated successfully, but these errors were encountered:
Making snapshot identical to the previous one never makes sense. Apart from discarding such snapshot application should also print some sinister warning log.
To implement this I need a way to compare
CanvasElements
. It is not trivial now as elements don't haveoperator==
.The text was updated successfully, but these errors were encountered: