MantisBT: master 7c45c3f5

Author Committer Branch Timestamp Parent
dregad dregad master 2024-12-26 08:51 master fb8b65c5
Affected Issues  0035038: Text on the relationship and workflow graphs are rendered cropped
Changeset

Allow changing format of Graphviz-generated images

The format defaults to PNG to maintain backwards compatibility, but it
can be set to any Graphivz-supported format; SVG offers better quality
and avoids text begin cropped, but it is not supported by older versions
of Graphviz.

Fixes 0035038, https://github.com/mantisbt/mantisbt/pull/2051

mod - admin/check/check_display_inc.php Diff File
mod - config_defaults_inc.php Diff File
mod - core/relationship_graph_api.php Diff File
mod - docbook/Admin_Guide/en-US/config/relationship.xml Diff File
mod - workflow_graph_img.php Diff File