fix example.svg by removing first path

This commit is contained in:
Max Halford 2021-12-22 18:53:10 +01:00
parent b58779fa56
commit 5c1bee808e
2 changed files with 1 additions and 3 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -64,8 +64,6 @@ if __name__ == "__main__":
shapes.append(shape)
shape = []
shapes = shapes[1:]
x_min, y_min = np.vstack(shapes).min(axis=0)
x_max, y_max = np.vstack(shapes).max(axis=0)
x_pad = 0.1 * (x_max - x_min)