Skip to content
Discussion options

You must be logged in to vote

Hi @jmenzies12!

If it is just about the overall graph size, you can adapt that in the GLSPSvgExporter directly. By default we take the SVG bounding box of the SVG directly or otherwise try to combine the bounds of all children.

If it is about individual elements, the bounds are calculated by the hidden bounds updater which also just uses the SVG bounding box unless the element explicitly specifies an element with bboxElement attribute set to true, e.g., the circular node.

Best regards,
Martin

Replies: 1 comment 1 reply

Comment options

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

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