You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.py
relies on PIL, while theSVGPainter
class 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
text2SVGdiagram
solution is feasible?The text was updated successfully, but these errors were encountered: