Expand description
Parse yUML as SVG using the “dot” binary from the “graphviz” toolset.
Based on the Javascript version from Jaime Olivares: yuml-diagram. At the moment only Activity diagrams are supported, with no guarantees that the other variations will be added in the future.
Functions§
- parse_
yuml - Generate the interediate
DotFile
from the yUML input. Usage: - render_
svg_ from_ dot - Render SVG using the “dot” binary, taking a valid dot-description as input. Usage:
- write_
svg_ from_ dot - Similar to
render_svg_from_dot
but writes the output directly to a file