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
Currently available for drawing in all directions: top_left -- bottom_right, bottom_left -- top_right, bottom_right -- top_left, and top_right -- bottom_left
Bug in cases where height and width differ too much, causing starting point far from expected
Possible solution: calculate the min(height, width) before getting the true starting point
The text was updated successfully, but these errors were encountered:
Computer-Graphic-ToolKit/package/service/action_service.py
Line 127 in d96a7b8
Currently available for drawing in all directions: top_left -- bottom_right, bottom_left -- top_right, bottom_right -- top_left, and top_right -- bottom_left
Bug in cases where height and width differ too much, causing starting point far from expected
Possible solution: calculate the min(height, width) before getting the true starting point
The text was updated successfully, but these errors were encountered: