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

Bug 508439

Summary: The path returned by IMultiShape#toPath() contains its individual outlines, but does not close them.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF GeometryAssignee: gef-inbox <gef-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0.0   
Target Milestone: 5.0.0 (Oxygen) M4   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2016-11-30 07:26:11 EST
The path returned by IMultiShape#toPath() does not contain the closed outlines of the multi-shape, because the individual outline paths are not closed. We should ensure that the individual outlines are represented by a sequence of path segments, each ending with a closing segment.
Comment 1 Matthias Wienand CLA 2016-12-13 10:25:50 EST
I ensured that AbstractMultiShape#toPath() closes the individual outline paths before combining them. The code is published on the master branch, therefore, I resolve this ticket as fixed for 5.0.0 M4.