Hi @csgoh, thank you for your work on processpiper.
It's the best OSS Diagram-as-Code solution for BPMN that I've found so far.
I have a feature idea that I believe would add value to the project.
I noticed that the render() function in text2diagram.py relies on PIL, while the SVGPainter class uses DrawSVG.
Then, I understand that currently there is no way to create an SVG diagram from text:
|
From Text |
From Code |
| PNG |
✔️ |
✔️ |
| SVG |
❌ |
✔️ |
Do you think the implementation of a text2SVGdiagram solution is feasible?
Hi @csgoh, thank you for your work on
processpiper.It's the best OSS Diagram-as-Code solution for BPMN that I've found so far.
I have a feature idea that I believe would add value to the project.
I noticed that the
render()function intext2diagram.pyrelies on PIL, while theSVGPainterclass uses DrawSVG.Then, I understand that currently there is no way to create an SVG diagram from text:
Do you think the implementation of a
text2SVGdiagramsolution is feasible?