drawio
drawio copied to clipboard
The chart of the custom library, the exported xml format, cannot obtain the value of value or shape
- [ agree] I agree to follow the Code of Conduct that this project adheres to.
- [ yes] I have searched the issue tracker for a feature request that matches the one I want to file, without success.
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
The custom library defines the data format through
When exporting the xml format, <mxCell> under <mxGraphModel> cannot export the attributes of each svg data format, such as shape = awscloud value
like this:
In the exported result, the value is empty and the shape is equal to the image, so the value or shape of the exported image cannot be known.
Describe the solution you'd like A clear and concise description of what you want to happen.
I want when exporting, in <mxCell id="GG7DYfoxsoIG0kQrVP_L-1" >
The value and shape attribute value defined in
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
I hope to open the definition of similar built-in libraries, you can define the value of the shape, and after the cisco-like icon is exported, you can see the unique value corresponding to the shape
Additional context Add any other context or screenshots about the feature request here.
import mxlibrary data format :
export mxGraphModel data format:

wish to export mxGraphModel data format:
When exporting the xml format, under cannot export the attributes of each svg data format, such as shape = awscloud value
like this:
In the exported result, the value is empty and the shape is equal to the image, so the value or shape of the exported image cannot be known.
<mxCell id="GG7DYfoxsoIG0kQrVP_L-1" value="" style="shape=image;verticalLabelPosition=bottom;verticalAlign=top;imageAspect=0;aspect=fixed;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0c
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. See the FAQ for more information.