Replies: 1 comment
-
|
It just needed some tweaking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using version 2.5.0.
Eclipse server and editor.
Custom editor using the glsp.server.emf to store notation.
I a trying to place a Label (with a property name) next to a ForeignObject (with the property value, which can be long text). I am using the Java server and this is what I am doing now:
And this is what I get:
Looking at the generated SVG, I can see that neither the compartment group nor the foreign object group are being translated:
Am I missing something in the layout? I guess the translation is calculated based on the Label width, so if this is a bug, is there a workaround in the client I can use to fix the translation?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions