fix some type-related issues

This commit is contained in:
Jan Petykiewicz 2023-01-18 17:15:14 -08:00 committed by jan
commit f7a2edfe23
4 changed files with 7 additions and 6 deletions

View file

@ -457,7 +457,7 @@ def _shapes_to_elements(
layer=(layer, data_type),
xy=xy,
path_type=path_type,
width=width,
width=int(width),
extension=extension,
properties=properties,
)