Skip to content
Discussion options

You must be logged in to vote

@xXNicksdaXx That is very curious indeed! I Just had a look at the code and I have a feeling that this has to do with the BringToFront action that is sent on selection. This action is handled by moving the selected element as a first child of its parent which is reasonable in a free-form layout as SVG renders elements as defined by order but it does not make much sense in a parent where you use a vbox or hbox layout where the order actually also changes the position of the element. The reason is only happens for resizable elements is probably because that triggers a re-layout whereas otherwise that does not happen so the actual change in the element order is not reflected in the rendering.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@xXNicksdaXx
Comment options

Answer selected by xXNicksdaXx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants