Take "visible=0" flags into consideration in cli export #2103
ernstvonoelsen
started this conversation in
Ideas
Replies: 0 comments
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.
-
I'm using links in my diagrams of the form
to set visibility on certain elements based on tags. This works fine in the frontend (desktop app) and the visibility is also considered correctly when I use the
PNG
orSVG
export function.However, when I batch-export a bunch of files via
the resulting images always have all elements in it, i.e. the
visible="0"
flag is ignored (ChatGPT confirmed this explicitly).Hence, I suggest to add a functionality to render only those elements which have eithe
visible="1"
or novisible
flag at all, something likeBeta Was this translation helpful? Give feedback.
All reactions