Skip to content

Commit e5b456e

Browse files
committed
change 2.0 to 2
1 parent b236cac commit e5b456e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/animation/creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def _adjust_stroke_width_for_text(
387387
if stroke_width is not None:
388388
return stroke_width
389389
if not isinstance(vmobject, SVGMobject):
390-
return 2.0 # default in DrawBorderThenFill
390+
return 2 # default in DrawBorderThenFill
391391
font_size = getattr(vmobject, "font_size", DEFAULT_FONT_SIZE)
392392
return (font_size / DEFAULT_FONT_SIZE) * DEFAULT_STROKE_WIDTH * scale_factor
393393

0 commit comments

Comments
 (0)