1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 04:55:10 +00:00
Generate diagrams from textual description
Go to file
szpio f97efa4c91 Store mindmap source in PNG images
This change will store mindmap source diagram as metadata in PNG images or as
comment in SVG images. It is very useful when only image, not source, is
available and the change to mindmap is required.

This functionality was/is already available for other types of diagrams
but was not working for mindmap.

As described in `help` to retrieve mindmap sources use:

```
java -jar plantuml.jar -metadata <mindmap-image>.png
```
To get the sources from SVG image simply open SVG file in text editor
and copy sources from `comment element` at the end of the file.
2019-04-30 22:40:17 +01:00
src Store mindmap source in PNG images 2019-04-30 22:40:17 +01:00
stdlib version 1.2019.5 2019-04-21 22:40:01 +02:00
tools Added script that batch converts SVG and/or PNG files to PlantUml sprites. It was used to generate the Material Sprites from https://github.com/plantuml/plantuml-stdlib/pull/1 2017-12-09 00:38:51 +01:00
.travis.yml Adding travis 2013-12-11 18:50:01 +01:00
build.xml version 1.2019.4 2019-03-29 23:14:07 +01:00
license.txt license file 2017-10-07 11:50:50 +02:00
pom.xml version 1.2019.5 2019-04-21 22:40:01 +02:00
README.md Fix type 2017-12-13 22:17:55 +01:00

PlantUML

Build Status

Generate UML diagram from textual description

PlantUML is a component that allows to quickly write :

And also:

Furthermore:

To know more about PlantUML, please visit http://plantuml.com/