From f74dbe01e793573e80473bcbff589ac9c955a33c Mon Sep 17 00:00:00 2001 From: Diomidis Spinellis Date: Wed, 12 Dec 2007 09:27:42 +0000 Subject: [PATCH] Advice against pic2plot truncation. --- doc/faq.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/faq.xml b/doc/faq.xml index 7ec17cf..12169e2 100644 --- a/doc/faq.xml +++ b/doc/faq.xml @@ -27,6 +27,7 @@ To update the table of contents execute the following vim command from a registe
  • How can I get around a UMLGraphDoc crash with a ClassCastException?
  • Under what license is UMLGraph distributed?
  • Why do I get an exception java.lang.NoClassDefFoundError: com/sun/tools/javadoc/Main?
  • +
  • How can I prevent clipped SVG images in sequence diagrams?
  • What is the command line sequence to generate a UMLGraph class diagram?

    @@ -223,4 +224,9 @@ of the JDK distribution is located (and execute UmlGraph.jar from there), or copy tools.jar to the directory where UmlGraph.jar is located. (The file tools.jar is typically located in the lib directory of your JDK distribution.) + +

    How can I prevent clipped SVG images in sequence diagrams?

    +This appears to be a limitation of pic2plot. +You can work around it, by increasing the width and height values appearing +in the SVG XML file that pic2plot generates.