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
Javis version (i.e output of ] status Javis in the REPL)
v0.3.0
Minimum working code example that led to bug: grid = Object(1:100, draw_grid(direction = "BL", line_gap = 50)) Expected Behavior and Actual Behavior
A clear and concise description of what you expected to happen followed up with an explanation of what actually happened.
The grid was supposed to generate and stay after frame 100, but it vanishes.
Stacktrace (If Applicable)
If the stacktrace includes some ffmpeg error please set the kwarg ffmpeg_loglevel to "info" i.e render(your_video, "your_animation.gif", ffmpeg_loglevel = "info")
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:
Before Filing a Report
Describe the bug
A clear and concise description of what the bug is.
Cross posting here from the conversation on zulip https://julialang.zulipchat.com/#narrow/stream/253420-javis/topic/Keep.20the.20last.20frame.20of.20a.20Grid
To Reproduce
julia -v
):1.5.0
Linux
] status Javis
in the REPL)v0.3.0
grid = Object(1:100, draw_grid(direction = "BL", line_gap = 50))
Expected Behavior and Actual Behavior
A clear and concise description of what you expected to happen followed up with an explanation of what actually happened.
The grid was supposed to generate and stay after frame 100, but it vanishes.
Stacktrace (If Applicable)
If the stacktrace includes some ffmpeg error please set the kwarg
ffmpeg_loglevel
to"info"
i.erender(your_video, "your_animation.gif", ffmpeg_loglevel = "info")
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: