Issue 120743 - For end of arc with multiple of 30° line cap 'Square' is missing
Summary: For end of arc with multiple of 30° line cap 'Square' is missing
Status: UNCONFIRMED
Alias: None
Product: Draw
Classification: Application
Component: editing (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-28 19:01 UTC by Regina Henschel
Modified: 2012-09-04 09:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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.