-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
Line
and subclasses fail to render when given both a buff
and path_arc
in v0.19.0
#4132
Comments
Same here |
overegneered
added a commit
to overegneered/manim-eng
that referenced
this issue
Feb 11, 2025
See ManimCommunity/manim#4132 for details of issue. Workaround manually calculates end points for a buff to avoid passing a buff to `Arrow`.
irvanalhaq9
added a commit
to irvanalhaq9/manim
that referenced
this issue
Mar 17, 2025
3 tasks
I investigated this issue and traced the last working commit. The latest commit where That commit modified the For reference, I have submitted PR #4193 to fix it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of bug / unexpected behavior
Upon upgrading from v0.18.1 to v0.19.0,
Line
and its subclases no longer display when they have a both a non-zerobuff
and non-zeropath_arc
.Expected behavior
Line
should display bent with a buff to its ends.How to reproduce the issue
Code for reproducing the problem
Additional media files
Images/GIFs
Logs
Terminal output
System specifications
System Details
python/py/python3 --version
): 3.11.9pip list
): (note: this is actually output frompoetry show
, as I am in a Poetry-managed environment)LaTeX details
Additional comments
This was not an issue in v0.18.1
The text was updated successfully, but these errors were encountered: