graphics/xdot: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
41181a7138
commit
b0b8af3980
|
@ -4,11 +4,12 @@ language.
|
|||
It uses internally the graphviz's xdot output format as an intermediate
|
||||
format, and PyGTK and Cairo for rendering.
|
||||
|
||||
xdot.py can be used either as a standalone application from command line, or
|
||||
as a library embedded in your python application.
|
||||
xdot.py can be used either as a standalone application from command
|
||||
line, or as a library embedded in your python application.
|
||||
|
||||
Features:
|
||||
* Since it doesn't use bitmaps, it is fast and has a small memory footprint.
|
||||
* Since it doesn't use bitmaps, it is fast and has a small memory
|
||||
footprint.
|
||||
* Arbitrary zoom.
|
||||
* Keyboard/mouse navigation.
|
||||
* Supports events on the nodes with URLs.
|
||||
|
|
Loading…
Reference in New Issue