This commit is contained in:
Marius Stanciu 2019-12-13 06:53:13 +02:00 committed by Marius
parent 02b567971d
commit f9580be396
1 changed files with 1 additions and 0 deletions

View File

@ -316,6 +316,7 @@ class HPGL2(Geometry):
geo = LineString(path)
self.tools[current_tool]['solid_geometry'].append(geo)
geo_buffer.append(geo)
path[:] = []
# if linear_x or linear_y are None, ignore those
if linear_x is not None and linear_y is not None: