| Summary: | Drawing a filled arc does not produce a pie | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Michael Scheike <michael.scheike> | ||||||
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | michael.scheike | ||||||
| Version: | 3.1 | ||||||||
| Target Milestone: | 3.2 M4 | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows NT | ||||||||
| See Also: | https://git.eclipse.org/r/#/c/84862/ | ||||||||
| Whiteboard: | sr312 | ||||||||
| Attachments: |
|
||||||||
|
Description
Michael Scheike
When fixing the bug 499417 I've double checked the behaviour with SWT GC. Please provide a small drawing snippet that demonstrate the difference between RAP and SWT GC drawing. OK... I can reproduce it. Created attachment 265315 [details]
Correct output of draw arc
Created attachment 265316 [details]
wrong output
in the pictures you see the correct and wrong behaviour (In reply to comment #5) > in the pictures you see the correct and wrong behaviour Got it. Thanks for reporting it and for the proposed fix. Pending change to master branch is here: https://git.eclipse.org/r/#/c/84862/. Will be backported to 3.1.2. Fixed. Backported to 3.1-maintenance branch with change https://git.eclipse.org/r/#/c/84869/ |