dxflib_qcad: fix LWPOLYLINE without Z values
upstream commit 715f02eee3f76e3862aeb788a2c814334f74186d
This commit is contained in:
parent
7fd37c39a1
commit
4b890212ba
|
@ -2961,7 +2961,6 @@ void DL_Dxf::writeVertex( DL_WriterA& dw,
|
||||||
{
|
{
|
||||||
dw.dxfReal( 10, data.x );
|
dw.dxfReal( 10, data.x );
|
||||||
dw.dxfReal( 20, data.y );
|
dw.dxfReal( 20, data.y );
|
||||||
dw.dxfReal( 30, data.z );
|
|
||||||
|
|
||||||
if( fabs( data.bulge )>1.0e-10 )
|
if( fabs( data.bulge )>1.0e-10 )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue