~ubuntu-branches/ubuntu/precise/graphviz/precise-security

« back to all changes in this revision

Viewing changes to doc/FAQ.html

  • Committer: Bazaar Package Importer
  • Author(s): David Claughton
  • Date: 2010-03-24 22:45:18 UTC
  • mfrom: (1.2.7 upstream) (6.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100324224518-do441tthbqjaqjzd
Tags: 2.26.3-4
Add patch to fix segfault in circo. Backported from upstream snapshot
release.  Thanks to Francis Russell for his work on this.
(Closes: #575255)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<HTML><HEAD><TITLE>Graphviz FAQ 2008-06-06</TITLE>
4
4
<META HTTP-EQUIV="content-type" CONTENT="text/html; charset=utf-8">
5
5
</HEAD><BODY>
6
 
<H1>Graphviz FAQ 2008-06-06</H1>
 
6
<H1>Graphviz FAQ 2009-09-10</H1>
7
7
 
8
8
<A HREF="mailto:gviz-bugs@research.att.com">The Graphviz Project</A>
9
9
<p>
54
54
questions.  First, check this FAQ and the
55
55
<A HREF="https://mailman.research.att.com/pipermail/graphviz-interest/">
56
56
message archive</A> carefully. 
57
 
Because Graphviz software is made available without charge,
58
 
our resources for routine support are very limited. 
59
 
If you run into software build problems with the ``stable'' release,
60
 
you could also try the current <A HREF="http://www.graphviz.org/pub/graphviz/CURRENT/">development snapshot<A>.
61
57
If you are desperate, or better yet, if you have constructive advice,
62
58
please send a message to the <A HREF="https://mailman.research.att.com/mailman/listinfo/graphviz-devel">graphviz-devel mailing list</A>.
63
 
(Note that our local buildlogs are also <A HREF="http://www.graphviz.org/pub/graphviz/ARCHIVE/">online</A>.)
64
59
<p>
65
60
Also, if a program crashes or you get an abort or something strange occurs
66
61
and you are fairly comfortable using the tools:
526
521
<P>
527
522
<A name=Q16 HREF=#Q16>
528
523
<B>Q16</A>. How can I get custom shapes or images in my graph?</B>
529
 
 
530
524
<P>
531
525
Please see the
532
526
<A HREF="http://www.graphviz.org/Documentation/html/shapehowto.html">
536
530
front end), because they don't share any universal back end structure.
537
531
We're thinking about it.
538
532
<P>
539
 
<A name=Q17>
540
 
<B>Q. Sometimes in dotty, right mouse click shows the global menu
 
533
<A name=Q16 HREF=#Q16b>
 
534
<B>Q16b</A>. Why don't my custom GIF images appears? What is the meaning of <tt>Warning: No loadimage plugin for "gif:cairo"</tt>?</B>
 
535
<P>
 
536
Prior to graphviz-2.25.20090911* the 
 
537
cairo based renderers couldn't import GIF or JPG. Workarounds, use PNG images. (Possibly, install 
 
538
Imagemagick and run "convert shape.gif shape.png". Or try <tt>-Tgif:gd</tt>.)
 
539
<P>
 
540
<A name=Q17 HREF=#Q17>
 
541
<B>Q17. Sometimes in dotty, right mouse click shows the global menu
541
542
but none of the items can be selected.</B>
542
543
</A>
543
544
<P>
1062
1063
<p>
1063
1064
A.      The user had installed Microsoft Word.<br>
1064
1065
B.      There is also another version of Graphviz.app present in the system. (Possibly the previous version 1.13 released by Pixelglow Software)<br>
 
1066
<A name=Q42 HREF=#Q42><B>Q41</A>. What do all these plugin libraries do?</B>
 
1067
<p>
 
1068
<ul>
 
1069
        <li><b>lasi</b> - Adds support for UTF8 characters, beyond ASCII, in postScript output. This table provides a feture comparison of the various PosScript renderers:
 
1070
        <table>
 
1071
                <tr>
 
1072
                        <th></th>
 
1073
                        <th>UTF8</th>
 
1074
                        <th>hyperlinks</th>
 
1075
                        <th>human readable PostScript</th>
 
1076
                </tr>
 
1077
                <tr>
 
1078
                        <th>-Tps:core</th><td>no</td><td>yes</td><td>++</td>
 
1079
                </tr>
 
1080
                <tr>
 
1081
                        <th>-Tps:lasi</th><td>yes</td><td>yes</td><td>+</td>
 
1082
                </tr>
 
1083
                <tr>
 
1084
                        <th>-Tps:cairo</th><td>yes</td><td>no</td><td>--</td>
 
1085
                </tr>
 
1086
        </table>
 
1087
        <li><b>gs</b> - Provides support for usershapes in PostScript that can be embedded in all output formats.  It interprets the format and renders to a cairo surface.  Requires a recent version of ghostscript.  (Not needed for PostScript in PostScript) 
 
1088
        <li><b>rsvg</b> - Provides support for usershapes in SVG that can be embedded in all output formats.  It interprets the format and renders to a cairo surface.  (Not needed for SVG in SVG)
 
1089
        <li><b>glitz</b> - OpenGL output.   But this may not be the right way to dot it, and my glitz plugin is unfinished.  Not useful at this time.
 
1090
        <li><b>ming</b> - Flash output.  Was sort of working at one point, not now.  Needs development.  Might be interesting opportunities for a dynamic graph output.  Not useful at this time.
 
1091
</ul>
 
1092
 
 
1093
 
1065
1094
</BODY>
1066
1095
</HTML>