2020-07-11 03:50:25 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
2021-11-06 02:11:46 +08:00
|
|
|
<!-- Generated by graphviz version 2.49.3 (20211023.0002)
|
2020-07-11 03:50:25 +08:00
|
|
|
-->
|
|
|
|
<!-- Title: graphics/spirograph.c Pages: 1 -->
|
2021-10-26 03:34:27 +08:00
|
|
|
<svg width="323pt" height="84pt"
|
|
|
|
viewBox="0.00 0.00 322.50 84.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2020-07-11 03:50:25 +08:00
|
|
|
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 80)">
|
|
|
|
<title>graphics/spirograph.c</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="white" stroke="transparent" points="-4,4 -4,-80 318.5,-80 318.5,4 -4,4"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
<!-- Node1 -->
|
|
|
|
<g id="node1" class="node">
|
|
|
|
<title>Node1</title>
|
|
|
|
<g id="a_node1"><a xlink:title="Implementation of Spirograph">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="#bfbfbf" stroke="black" points="107.5,-56.5 107.5,-75.5 219.5,-75.5 219.5,-56.5 107.5,-56.5"/>
|
|
|
|
<text text-anchor="middle" x="163.5" y="-63.5" font-family="Helvetica,sans-Serif" font-size="10.00">graphics/spirograph.c</text>
|
2020-07-11 03:50:25 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node2 -->
|
|
|
|
<g id="node2" class="node">
|
|
|
|
<title>Node2</title>
|
|
|
|
<g id="a_node2"><a xlink:title=" ">
|
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="0,-0.5 0,-19.5 47,-19.5 47,-0.5 0,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="23.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">math.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node2 -->
|
|
|
|
<g id="edge1" class="edge">
|
|
|
|
<title>Node1->Node2</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M141.32,-56.44C118.07,-47.48 81.35,-33.31 55.08,-23.18"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="56.17,-19.85 45.58,-19.52 53.65,-26.38 56.17,-19.85"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node3 -->
|
|
|
|
<g id="node3" class="node">
|
|
|
|
<title>Node3</title>
|
|
|
|
<g id="a_node3"><a xlink:title=" ">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="65,-0.5 65,-19.5 122,-19.5 122,-0.5 65,-0.5"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
<text text-anchor="middle" x="93.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdbool.h</text>
|
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node3 -->
|
|
|
|
<g id="edge2" class="edge">
|
|
|
|
<title>Node1->Node3</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M152.25,-56.32C141.7,-48.18 125.7,-35.84 113.06,-26.09"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="115.01,-23.17 104.95,-19.83 110.73,-28.71 115.01,-23.17"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node4 -->
|
|
|
|
<g id="node4" class="node">
|
|
|
|
<title>Node4</title>
|
|
|
|
<g id="a_node4"><a xlink:title=" ">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="140.5,-0.5 140.5,-19.5 186.5,-19.5 186.5,-0.5 140.5,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="163.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdio.h</text>
|
2020-07-11 03:50:25 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node4 -->
|
|
|
|
<g id="edge3" class="edge">
|
|
|
|
<title>Node1->Node4</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M163.5,-56.08C163.5,-49.01 163.5,-38.86 163.5,-29.99"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="167,-29.75 163.5,-19.75 160,-29.75 167,-29.75"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node5 -->
|
|
|
|
<g id="node5" class="node">
|
|
|
|
<title>Node5</title>
|
|
|
|
<g id="a_node5"><a xlink:title=" ">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="204.5,-0.5 204.5,-19.5 252.5,-19.5 252.5,-0.5 204.5,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="228.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">stdlib.h</text>
|
2020-07-11 03:50:25 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node5 -->
|
|
|
|
<g id="edge4" class="edge">
|
|
|
|
<title>Node1->Node5</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M173.94,-56.32C183.65,-48.26 198.32,-36.08 210,-26.37"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="212.41,-28.92 217.87,-19.83 207.94,-23.53 212.41,-28.92"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
</g>
|
|
|
|
<!-- Node6 -->
|
|
|
|
<g id="node6" class="node">
|
|
|
|
<title>Node6</title>
|
|
|
|
<g id="a_node6"><a xlink:title=" ">
|
2021-10-26 03:34:27 +08:00
|
|
|
<polygon fill="white" stroke="#bfbfbf" points="270.5,-0.5 270.5,-19.5 314.5,-19.5 314.5,-0.5 270.5,-0.5"/>
|
|
|
|
<text text-anchor="middle" x="292.5" y="-7.5" font-family="Helvetica,sans-Serif" font-size="10.00">time.h</text>
|
2020-07-11 03:50:25 +08:00
|
|
|
</a>
|
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
<!-- Node1->Node6 -->
|
|
|
|
<g id="edge5" class="edge">
|
|
|
|
<title>Node1->Node6</title>
|
2021-10-26 03:34:27 +08:00
|
|
|
<path fill="none" stroke="midnightblue" d="M183.94,-56.44C205.17,-47.56 238.6,-33.56 262.75,-23.45"/>
|
|
|
|
<polygon fill="midnightblue" stroke="midnightblue" points="264.28,-26.61 272.16,-19.52 261.58,-20.15 264.28,-26.61"/>
|
2020-07-11 03:50:25 +08:00
|
|
|
</g>
|
|
|
|
</g>
|
|
|
|
</svg>
|