We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b236cac commit e5b456eCopy full SHA for e5b456e
manim/animation/creation.py
@@ -387,7 +387,7 @@ def _adjust_stroke_width_for_text(
387
if stroke_width is not None:
388
return stroke_width
389
if not isinstance(vmobject, SVGMobject):
390
- return 2.0 # default in DrawBorderThenFill
+ return 2 # default in DrawBorderThenFill
391
font_size = getattr(vmobject, "font_size", DEFAULT_FONT_SIZE)
392
return (font_size / DEFAULT_FONT_SIZE) * DEFAULT_STROKE_WIDTH * scale_factor
393
0 commit comments