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
{{ message }}
This repository was archived by the owner on Feb 10, 2025. It is now read-only.
When pencil draws from middle toward upper border, portion which surpasses the border appears on the other side.
When pencil passes beyond lower or right boundary of canvas body, callback error is raised. I believe this is related with how parse_json handles binary masks and relative indices of path, I tried to edit
This also happens on the example on the docs, Although it looks a bit skewed and unnoticeable at this moment, an error is raised for updating dash component when pencil surpasses far from the right/bottom boundary.
ycaokris
changed the title
Callback error when annotation approaches edge of canvas
Callback error when annotation surpasses the border of canvas
Feb 12, 2020
parse_json
handles binary masks and relative indices of path, I tried to editdash-canvas/dash_canvas/utils/parse_json.py
Line 78 in 81ce2d8
Sample code:
The text was updated successfully, but these errors were encountered: