weidagang / text-diagram

Text Diagram is a web tool for drawing UML sequence diagram in pure text.
http://weidagang.github.com/text-diagram
316 stars 52 forks source link

Some fixes and new features #3

Closed clementm closed 9 years ago

clementm commented 9 years ago

I fixed _get_height function to increase offset in case of multi-line notes : without this, multi-line notes could be overlapped by following items

I also added multi-line support for messages, and a new syntax : space n with n being an integer, which makes it possible to add vertical spacing between items.