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
According to the documentation, these two lines of code should have the line starting at the same coord, and ending at a different place. That doesn't happen.
According to the documentation, these two lines of code should have the line starting at the same coord, and ending at a different place. That doesn't happen.
add-line(circle(20, "outline", "maroon"), 0, 40, 40, 0, "orange")
add-line(circle(20, "outline", "maroon"), 0, 40, 20, 0, "orange")
The text was updated successfully, but these errors were encountered: