Fixed typo.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2016-03-27 23:10:14 +03:00
parent 9fdc18ca27
commit fb5b51baed

View File

@ -356,7 +356,7 @@ void VDxfEngine::drawEllipse(const QRectF & rect)
FromPixel(majorX, varInsunits), FromPixel(majorX, varInsunits),
FromPixel(majorY, varInsunits), FromPixel(majorY, varInsunits),
FromPixel(0, varInsunits), FromPixel(0, varInsunits),
FromPixel(majorY, varInsunits), FromPixel(ratio, varInsunits),
0, 6.28 // startangle and endangle of ellipse in rad 0, 6.28 // startangle and endangle of ellipse in rad
), ),
DL_Attributes("0", getPenColor(), -1, getPenStyle(), 1.0)); DL_Attributes("0", getPenColor(), -1, getPenStyle(), 1.0));