Community
Participate
Working Groups
This is a split off from Bug 369220, point 1. ConnectionDecorator with e.g. Rectangles and RoundedRectangles are not possible: ConnectionDecorator decorator = peCreateService.createConnectionDecorator(newConnection, false, 0.5, true); Rectangle rectangle = gaService.createRectangle(decorator); gaService.setLocationAndSize(rectangle, 1, 9, 100, 50); If we add an invisible rectangle, a rectangle or a rounded rectangle to the connection decorator it will not be drawn at all. The visualization will be empty. Because of this problem, we are not able to draw nested or multiple shapes, because we want to add an invisible rectangle as first element, so we can use more than one shape on the same level.
Due to limited team capacity this is out of scope for Kepler, unless there are contributions