Issue 120743

Summary: For end of arc with multiple of 30° line cap 'Square' is missing
Product: Draw Reporter: Regina Henschel <rb.henschel>
Component: editingAssignee: AOO issues mailing list <issues>
Status: UNCONFIRMED --- QA Contact:
Severity: Normal    
Priority: P3 CC: Armin.Le.Grand
Version: 4.0.0-dev   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description Regina Henschel 2012-08-28 19:01:29 UTC
Set the line width to 1cm and the line cap to 'Square'.
Draw an arc with start point on 0° and end point on a multiple of 30°.

Notice that the start point has the additional cap, but the end point not. This error can only by seen for exact angles. If you drag the end point slightly, you will get the additional cap.

To get exact multiple of 30° hold the shift key while dragging. That enables the 'snap to 15° grid'.
Comment 1 Armin Le Grand 2012-09-03 15:48:23 UTC
ALG: Added myself to CC
Comment 2 Armin Le Grand 2012-09-04 09:20:40 UTC
ALG: It's just numerical problems in ImpCircUser::SetCreateParams; with circle snap the results are better as without; this is also true for the already choosen start point when editing the end point. It also happens with no cap at all.