stathissideris / ditaa

ditaa is a small command-line utility that can convert diagrams drawn using ascii art ('drawings' that contain characters that resemble lines like | / - ), into proper bitmap graphics.
GNU Lesser General Public License v3.0
924 stars 87 forks source link

Option to render SVG images #30

Closed jeanlazarou closed 6 years ago

jeanlazarou commented 6 years ago

I wanted to generate SVG images instead of PNG files.

The implementation needs to be reviewed, mainly the changes about the CLI options, I tried to align with the other options, but it could be that it does not follow the project's spirit.

stathissideris commented 6 years ago

Manu thanks for taking the time to implement this - it's been the most-requested feature for ditaa over the years. Please give me some time to review the code properly and I will merge it.

jeanlazarou commented 6 years ago

You're welcome.