Skip to content

Commit

Permalink
Update cmanimpango.pyx
Browse files Browse the repository at this point in the history
  • Loading branch information
mkashirin authored and naveen521kk committed Oct 12, 2023
1 parent 3aa5502 commit afcdcc8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions manimpango/cmanimpango.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ class TextSetting:


def text2svg(
settings:list,
size:int,
line_spacing:int,
disable_liga:bool,
file_name:str,
START_X:int,
START_Y:int,
width:int,
height:int,
orig_text:str,
settings: list,
size: float,
line_spacing: float,
disable_liga: bool,
file_name: str,
START_X: int,
START_Y: int,
width: int,
height: int,
orig_text: str,
pango_width: typing.Union[int, None] = None,
) -> int:
"""Render an SVG file from a :class:`manim.mobject.svg.text_mobject.Text` object."""
Expand Down Expand Up @@ -183,7 +183,7 @@ class MarkupUtils:
font: str,
slant: str,
weight: str,
size: int,
size: float,
_: int, # for some there was a keyword here.
disable_liga: bool,
file_name: str,
Expand Down

0 comments on commit afcdcc8

Please sign in to comment.