diagrams
diagrams copied to clipboard
ability to add icons to the cluster label
Hi. Could you please show an example diagram image of this? Thank you.
is this an example of the author’s intended use?: https://github.com/givanovexpe/diagrams/blob/45ffea92543d1358b87cd759b35b766cc5086d0e/docs/guides/cluster.md#clusters-with-icons-in-the-label
Another possible approach to this is to add the __enter__
and __exit__
methods to the Node
class so that it can act as a context manager in the same fashion as the Cluster
class, and allowing that to render the icon intersection the bounding box.
Possible work-around: https://github.com/mingrammer/diagrams/issues/279#issuecomment-722004811
what is missing to support this?
please checkout my PR https://github.com/mingrammer/diagrams/pull/439