fix example.svg by removing first path
This commit is contained in:
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 |
|
|
@ -64,8 +64,6 @@ if __name__ == "__main__":
|
||||||
shapes.append(shape)
|
shapes.append(shape)
|
||||||
shape = []
|
shape = []
|
||||||
|
|
||||||
shapes = shapes[1:]
|
|
||||||
|
|
||||||
x_min, y_min = np.vstack(shapes).min(axis=0)
|
x_min, y_min = np.vstack(shapes).min(axis=0)
|
||||||
x_max, y_max = np.vstack(shapes).max(axis=0)
|
x_max, y_max = np.vstack(shapes).max(axis=0)
|
||||||
x_pad = 0.1 * (x_max - x_min)
|
x_pad = 0.1 * (x_max - x_min)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue