GASP/GASP_Code
6
1
Fork
You've already forked GASP_Code
4

(0,0) is not (0,0) #19

Open
opened 2023年09月29日 19:22:46 +02:00 by Evann · 0 comments

When I make a box with a corner of (0,0) it makes it go slightly above the corner. See the code below.

from gasp import *
begin_graphics()
Box((0,0), 100, 100, filled=True, color=color.BLACK, thickness=0)
end_graphics()

The output is the attached screenshot.

When I make a box with a corner of (0,0) it makes it go slightly above the corner. See the code below. ``` from gasp import * begin_graphics() Box((0,0), 100, 100, filled=True, color=color.BLACK, thickness=0) end_graphics() ``` The output is the attached screenshot.
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
GASP/GASP_Code#19
Reference in a new issue
GASP/GASP_Code
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?