From: north Date: Tue, 27 Dec 2005 12:25:54 +0000 (+0000) Subject: Fixed typos etc. X-Git-Tag: LAST_LIBGRAPH~32^2~6902 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=849d5ba9d71b2ad879c9de8ccd8cff6fb6d40cb7;p=graphviz Fixed typos etc. --- diff --git a/doc/FAQ.html b/doc/FAQ.html index 5a86b9fa2..f330477e2 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -273,7 +273,7 @@ layouts other than trees, too).

Output features

-Q. How can I get high quality (antialiased) output? +Q. How can I get high quality (antialiased) output?

The easiest thing may be to make the layout in Postscript (option -Tps), then run through Ghostview with @@ -287,16 +287,19 @@ gs -q -dNOPAUSE -dBATCH -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sDEVICE=png16m

On Mac OS X, the pixelglow port -uses Apple's Quartz renderer, which enables antialiasing. (The downside is +uses Apple's Quartz renderer, which enables antialiasing. It also provides a beautiful document container for its user interface. (One downside is that you can't run Pixelglow Graphviz as a web server or other background process if your Mac has 3D graphics, because Quartz wants to get this resource -to accelerate its rendering.) -

-On the Linux bleeding edge, Graphviz can use the new cairo -back end, which has antialiased rendering. This requires installing cairo, which -is not part of graphviz itself. Cairo can be compiled from source and binary RPMs can be found -for Fedora Core 4. It is believed that Cairo will be part of FC5 and may enable -this back end if it is already installed. +to accelerate rendering. Another problem is that as of this writing, +Pixelglow Graphviz hasn't been updated in a long time, maybe mid 2004.) +

+On the Linux bleeding edge, Graphviz has an optional plugin to use +the new cairo back end, +which is antialiased. If you want to use this, you need to install +cairo, which is not part of graphviz. Cairo can be built from source, +and binary RPMs for Fedora Core 4 are around. Then you need to install +the optional graphviz-cairo plugin. It is believed that Cairo +will be part of FC5, so this will become a more standard feature.

Q. I can only get 11x17 output.