Skip to content

Commit

Permalink
Correct svg_meta ref left around
Browse files Browse the repository at this point in the history
  • Loading branch information
rsheeter committed Nov 9, 2020
1 parent 8160784 commit 819920f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/picosvg/svg_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _explicit_lines_callback(subpath_start, curr_pos, cmd, args, *_):


def _rewrite_coords(cmd_converter, coord_converter, curr_pos, cmd, args):
x_coord_idxs, y_coord_idxs = svg_meta.cmd_coords(cmd)
x_coord_idxs, y_coord_idxs = cmd_coords(cmd)
desired_cmd = cmd_converter(cmd)
if cmd != desired_cmd:
cmd = desired_cmd
Expand Down

0 comments on commit 819920f

Please sign in to comment.