mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
8 lines
463 B
Text
8 lines
463 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="Saver",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classtvg_1_1Saver.html",tooltip="A class for exporting a paint object into a specified file, from which to recover the paint data late..."];
|
|
}
|