1
0
mirror of https://github.com/octoleo/plantuml.git synced 2025-01-23 15:18:32 +00:00
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
2019-04-30 22:40:17 +01:00
2019-04-21 22:40:01 +02:00
2013-12-11 18:50:01 +01:00
2019-03-29 23:14:07 +01:00
2017-10-07 11:50:50 +02:00
2019-04-21 22:40:01 +02:00
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/

Description
Generate diagrams from textual description
Readme 55 MiB
Languages
Java 99.8%