How to create a custom shape with include-shape? #4517
Unanswered
aleksandarsusnjar
asked this question in
Q&A
Replies: 1 comment
-
Created an issue from this: jgraph/drawio-desktop#1806 |
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.
-
I need to create a shape that is a minor customization of a basic rectangle. I just need to add another rectangle with editable text in its bottom right corner. I am able to create a shape that has the main text editable and act as the basic rectangle but the corner one isn't working. I don't know how to use the
include-shape
, am not able to find any detailed documentation beyond more questions asked by others, i.e.:jgraph/drawio-desktop#1439
... or examples of its use online. What I'd like:
Here's what I have presently:
Does anyone have any idea(s) how to approach this? Maybe not
include-shape
but something else? Maybe thename
ofinclude-shape
needs to be different (I also triedmxRectangle
andrectangle
).Beta Was this translation helpful? Give feedback.
All reactions