Bug 165163 - Want a GraphViz (.gv) export filter
Summary: Want a GraphViz (.gv) export filter
Status: UNCONFIRMED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: filters and storage (show other bugs)
Version:
(earliest affected)
25.8.0.0 alpha0+
Hardware: All All
: medium enhancement
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: Format-Filters
  Show dependency treegraph
 
Reported: 2025-02-10 11:21 UTC by Eyal Rozenberg
Modified: 2025-02-10 14:06 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eyal Rozenberg 2025-02-10 11:21:47 UTC
Graphviz is a framework for graph visualization. It consists of a graph representation format, and a library and executables for rendering these graphs into raster or vector images (PNG, SVG and other formats). GraphViz is well-established (created before 1991) and relatively popular; The GraphViz format and/or rendering enginers are used by several platforms and apps, including the Confluence wiki system, Scribus, Doxygen and Sphinx documentation generators (they make graphs from your source code file relations) etc.

See:

* https://graphviz.org/
* https://en.wikipedia.org/wiki/Graphviz
* https://dreampuf.github.io/GraphvizOnline/

Now, many people use LO to draw graph-like objects - with nodes and edges, and with some visual styling of the nodes (which graphviz supports). It would be nice if we could export sets of drawing objects out into .gv GraphViz file.