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
I want to clip using lines and arcs, but when I clip using lines nothing is returned.
This also seems to also be an issue when using box() but functions correctly using circle()
@draw begin
line(Point(100,0),Point(0,100))
line(Point(0,100),Point(-100,0))
line(Point(-100,0),Point(0,-100))
line(Point(0,-100),Point(100,0))
clip()
circle(O, 90, :fill)
end
The text was updated successfully, but these errors were encountered:
I want to clip using lines and arcs, but when I clip using lines nothing is returned.
This also seems to also be an issue when using box() but functions correctly using circle()
@draw begin
line(Point(100,0),Point(0,100))
line(Point(0,100),Point(-100,0))
line(Point(-100,0),Point(0,-100))
line(Point(0,-100),Point(100,0))
clip()
circle(O, 90, :fill)
end
The text was updated successfully, but these errors were encountered: