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
Putting it here before it skips out of my mind. (WIll add more details later.)
Trying to morph to/from a box() doesn't quite work. abox(args...; do_action=:stroke) = box(O, 50, 50, do_action)
Somehow box() doesn't return a path on the canvas.
So internally,
Putting it here before it skips out of my mind. (WIll add more details later.)
Trying to morph to/from a
box()
doesn't quite work.abox(args...; do_action=:stroke) = box(O, 50, 50, do_action)
Somehow box() doesn't return a path on the canvas.
So internally,
returns an empty vector of points.
rect()
shows similar behaviour, but something likeabox(args...; do_action=:stroke) = rect(0,0, 100, 100)
works. I suppose the issue lies in the box() function in Luxor https://github.com/JuliaGraphics/Luxor.jl/blob/master/src/shapes.jl.Once we figure out what the issue is, I think it would be reasonable to create an issue in Luxor.
The text was updated successfully, but these errors were encountered: