dspinellis / UMLGraph

Declarative specification and drawing of UML diagrams
http://www.spinellis.gr/umlgraph
BSD 3-Clause "New" or "Revised" License
341 stars 93 forks source link

Output as SVG instead of PNG and minor cosmetic fixes. #15

Closed frankgrimes97 closed 8 years ago

frankgrimes97 commented 10 years ago

The PNG files were very blurry on my retina MBP so I modified UMLGraph to generate SVG using Graphviz. I also made the show/hide UML into a more visible button because the link was hard to notice. I also updated DEFAULT_EXTERNAL_APIDOC to point to the Java 7 APIs.

OpenHelios commented 8 years ago

Generating SVG instead of PNG images has got a lot of advantages:

Two questions:

ooxi commented 8 years ago

I agree with SVGs being superior to PNGs but imo this should be user configurable and implemented via a strategy pattern.

OpenHelios commented 8 years ago

@dspinellis Great. Thank you very much.