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
927 stars 87 forks source link

Allow SVG export #23

Closed roipoussiere closed 2 years ago

roipoussiere commented 7 years ago

Some PlantUML tools work with svg, such as the Atom markdown-preview-enhanced plugin.

Since ditaa diagrams can only be exported as PNG, many tools can not use the uselful ditaa syntax...

danielbarry commented 6 years ago

I think this feature would be awesome for creating documents that need extremely high quality, scalable, semi-compressed output. The SVG format may even have the effect of simplifying the ASCII to Image rendering code, scalable to bitmap graphics should be trivial for Java.

jeanlazarou commented 6 years ago

Do you think my PR (https://github.com/stathissideris/ditaa/pull/30) addresses your request?

danielbarry commented 6 years ago

Awesome! When will it be released in aptitude? Got a few people into using this tool now - will be amazing in LaTeX :)

jeanlazarou commented 6 years ago

PR https://github.com/stathissideris/ditaa/pull/30 was merged, can some one validate that it addresses the issue as expected? If so, close this issue.

stathissideris commented 6 years ago

Yes, please have a look at the latest release!

ulysses4ever commented 2 years ago

Should this be closed?