We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import Javis video = Video(500,500) Background(1:100,(args...)->background("white")) obj = Object(1:100,(args...)->begin box(O,20,20;action=:stroke) return O end,O+20) function path(action) p1 = O+20 p2 = O+200 newpath() arc2r((p1+p2)/2,p1,p2,action=action) path1=pathtopoly() closepath() return path1 end pathobjs = Object(1:100,(args...)->path(:stroke)) act!(obj,Action(1:100,follow_path(path(:path)[1],closed=false))) render(video,pathname="test.gif") run(`mpv test.gif`)
Julia Version (i.e. output of julia -v):julia version 1.8.0
julia -v
Operating system (Mac, Linux, Windows):linux
Javis version (i.e output of ] status Javis in the REPL):0.9
] status Javis
Minimum working code example that led to bug: pasted above
Expected Behavior and Actual Behavior square should move along the arc in the picture , however it does not
Screenshots If applicable, add your gif or drawing to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Julia Version (i.e. output of
julia -v
):julia version 1.8.0Operating system (Mac, Linux, Windows):linux
Javis version (i.e output of
] status Javis
in the REPL):0.9Minimum working code example that led to bug: pasted above
Expected Behavior and Actual Behavior square should move along the arc in the picture , however it does not
Screenshots
If applicable, add your gif or drawing to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: