From 1c921862ff4849c33cc9bd95962359173e48aec3 Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 19 Sep 2008 15:50:59 +0000 Subject: [PATCH] Add information on the use of id= in svg, vml, cmapx, etc. --- doc/info/output.html | 20 ++++++++++++++++++++ doc/infosrc/output.2 | 12 ++++++++++++ doc/infosrc/outputs | 8 ++++++++ 3 files changed, 40 insertions(+) create mode 100644 doc/infosrc/output.2 diff --git a/doc/info/output.html b/doc/info/output.html index 678624ad9..01358fb0d 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -242,6 +242,8 @@ Version info: mostly identical to cmapx, but the latter is well-formed XML amenable to processing by XML tools. In particular, the cmapx output is wrapped in <map></map>. +

+See Note.

dia
Produces Dia output. @@ -327,6 +329,8 @@ it will be replaced by the headlabel, if defined. The analogous result holds for the tailURL and the taillabel. +

+See Note.

imap_np ,
cmapx_np @@ -488,6 +492,8 @@ as a base, such that relative URLs on nodes are derived from it. ,
svgz
Produce SVG output, the latter in compressed format. +

+See Note.

tga
Produces Targa output. @@ -500,6 +506,8 @@ the latter in compressed format. ,
vmlz
Produces VML output, the latter in compressed format. +

+See Note.

vrml
Outputs graphs in the VRML format. @@ -529,3 +537,15 @@ mobile computing.
+ +
+

Notes

+
    +
  1. +In certain text-based formats, the output generates +'id="xxx"' properties for clusters, nodes, edges, and +html-cells. + +At the moment the id doesn't distinguish between multiedges in +non-strict graphs. +
diff --git a/doc/infosrc/output.2 b/doc/infosrc/output.2 new file mode 100644 index 000000000..9f2640e70 --- /dev/null +++ b/doc/infosrc/output.2 @@ -0,0 +1,12 @@ + +
+

Notes

+
    +
  1. +In certain text-based formats, the output generates +'id="xxx"' properties for clusters, nodes, edges, and +html-cells. + +At the moment the id doesn't distinguish between multiedges in +non-strict graphs. +
diff --git a/doc/infosrc/outputs b/doc/infosrc/outputs index 853c02702..f8162e21b 100644 --- a/doc/infosrc/outputs +++ b/doc/infosrc/outputs @@ -69,6 +69,8 @@ Produces map files for client-side image maps. The cmap format is mostly identical to cmapx, but the latter is well-formed XML amenable to processing by XML tools. In particular, the cmapx output is wrapped in <map></map>. +

+See Note. :imap/cmapx:Server-side and client-side imagemaps Produces map files for server-side and client-side image maps, These can be used in a web page with @@ -123,6 +125,8 @@ it will be replaced by the headlabel, if defined. The analogous result holds for the tailURL and the taillabel. +

+See Note. :imap_np/cmapx_np:Server-side and client-side imagemaps These are identical to the imap and cmapx formats, except they rely solely on rectangles as active areas. @@ -148,6 +152,8 @@ Outputs graphs in the FIG graphics language. :svg/svgz:Scalable Vector Graphics Produce SVG output, the latter in compressed format. +

+See Note. :canon/dot/xdot:DOT These formats produce output in the dot language. @@ -371,6 +377,8 @@ Produces TIFF output. :vml/vmlz: Vector Markup Language (VML) Produces VML output, the latter in compressed format. +

+See Note. :gtk: GTK canvas Creates a GTK window and displays the output there. :xlib: Xlib canvas -- 2.40.0