Commit 9eb7cba1 authored by Andrey Fedorushkov's avatar Andrey Fedorushkov

revert my bug commit 3389

parent c5f104a5
......@@ -249,7 +249,7 @@ void DXF_PLOTTER::arc( wxPoint centre, int StAngle, int EndAngle, int radius,
"0\nARC\n8\n%s\n10\n%d.0\n20\n%d.0\n40\n%d.0\n50\n%d.0\n51\n%d.0\n",
TO_UTF8( cname ),
centre.x, centre.y, radius,
EndAngle / 10, StAngle / 10 );
StAngle / 10, EndAngle / 10 );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment