mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
8 lines
421 B
Text
8 lines
421 B
Text
digraph "Graphical Class Hierarchy"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="LR";
|
|
Node0 [label="Tvg_Matrix",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structTvg__Matrix.html",tooltip="A data structure representing a three-dimensional matrix."];
|
|
}
|