Originally posted by: torsten.keil.isx-software.de
We use the feedback layer of the diagram
(org.eclipse.gef.editparts.ScalableFreeformRootEditPart) to add
additional information to elements selected in another view.
This works perfect as long as the scale factor is 1 (100%) or the
figures drawn in the feedback layer are "independent" from the elements
in the default layer.
If the diagram is scaled it doesn't work, because the scale factor of
the graphics provided to the figures in the feedback layer is always 1
(100%) and the graphics object isn't an advanced graphics object like
the one used in the default layer.
Is there a common way to solve the problem of the unknown scale factor?
Do i have a chance to get another advanced graphics object for figures
in the feedback layer?