Modify ↓
Opened 19 years ago
Closed 19 years ago
#83 closed enhancement (fixed)
Allow the user to specify the image type
Reported by: | Peter Kropf | Owned by: | Peter Kropf |
---|---|---|---|
Priority: | normal | Component: | GraphvizPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description
Attachments (0)
Change History (2)
comment:1 Changed 19 years ago by
Type: | defect → enhancement |
---|
comment:2 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
There is now a out_format parameter to the [graphviz] section in trac.ini that specifies the default type of output. The default remains png. This was done in changeset:166.
The format of #!graphviz macro trigger has been extended to include an optional /format specifier. If not supplied, the default is the out_format value from the trac.ini configuration file. This was done in changeset:168.