umlsynco / umlsync

uml software that rocks
umlsync.org
4 stars 1 forks source link

[Server]: Export of diagrams #78

Open umlsynco opened 11 years ago

umlsynco commented 11 years ago

We need to provide the possibility to export one or several diagrams as SVG, PNG or PDF files.

  1. As a first step we need to generate a static SVG file from JSON description of diagram.
  2. Use the python converters for SVG->PNG or PDF !
kalaidin commented 11 years ago

I am on it.

umlsynco commented 11 years ago

Please, post tasks, sub tasks and estimates !

umlsynco commented 11 years ago

Posted Java based prototype into umlsync/eclipse/Export.

It's implement JSON parsing and drawing of class element + drawing of generalization connector type via Batik SVG engine.

Issues: Wrong scaling of coordinates I have to introduce scaling coefficient 1,2, Wrong size of fonts -> Depends on font selection issue (could be postponed for now).

kalaidin commented 11 years ago

Postponed for now?