Changeset 4540
- Timestamp:
- 10/20/08 04:45:55 (3 months ago)
- Files:
-
- graphvizplugin/0.11/graphviz/graphviz.py (modified) (1 diff)
- graphvizplugin/0.11/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
graphvizplugin/0.11/graphviz/graphviz.py
r4539 r4540 125 125 126 126 rsvg_path_option = Option("graphviz", "rsvg_path", "", 127 """Full path to where the rsvg binary can be found.128 The default is cmd_path + rsvg.127 """Full path to the rsvg program (including the filename). 128 The default is `<cmd_path>/rsvg`. 129 129 """) 130 130 graphvizplugin/0.11/README.txt
r4412 r4540 142 142 then PNG outputs will be antialiased. 143 143 144 rsvg_path - Full path to where the rsvg binary can be found.145 The default is cmd_path + rsvg.144 rsvg_path - Full path to the rsvg program (including the filename). 145 The default is `<cmd_path>/rsvg`. 146 146 147 147 default_* - These settings define the default graph, node and
