Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 406778

Summary: [GC] Add support for drawing paths
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: 2.1 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ivan Furnadjiev CLA 2013-04-29 05:47:20 EDT
Path, PathData and GC#drawPath are missing in RAP.
Comment 1 Ivan Furnadjiev CLA 2013-04-30 08:17:48 EDT
Fixed in master with commit 738f9c175e9cd43fdec078774a78683dafc00978. Not implemented methods:
- Path(Device, Path, float)
- addArc(float, float, float, float, float, float)
- addString(String, float, float, Font)
- contains(float, float, GC, boolean)
- getBounds(float[])