Clear path before creating a new path.
--HG-- branch : feature
This commit is contained in:
parent
407a9519aa
commit
3f570fc52e
|
@ -428,6 +428,7 @@ void DRW_LType::parseCode(int code, dxfReader *reader){
|
|||
break;
|
||||
case 73:
|
||||
size = reader->getInt32();
|
||||
path.clear();
|
||||
path.reserve(size);
|
||||
break;
|
||||
case 40:
|
||||
|
|
Loading…
Reference in New Issue
Block a user