Testing image with caption.
parent
a1ed70d077
commit
b39fb756bf
@ -1,5 +1,6 @@
|
||||
# Image Test
|
||||
|
||||
![](./images/high-level-workflow.svg)
|
||||
{caption: "Tree of components"}
|
||||
![Tree of components](./images/render-tree-basic.svg)
|
||||
|
||||
|
||||
|
@ -0,0 +1,55 @@
|
||||
<?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">
|
||||
<!-- Generated by graphviz version 2.43.0 (0)
|
||||
-->
|
||||
<!-- Title: %3 Pages: 1 -->
|
||||
<svg width="236pt" height="116pt"
|
||||
viewBox="0.00 0.00 235.50 116.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 112)">
|
||||
<title>%3</title>
|
||||
<polygon fill="white" stroke="transparent" points="-4,4 -4,-112 231.5,-112 231.5,4 -4,4"/>
|
||||
<!-- a -->
|
||||
<g id="node1" class="node">
|
||||
<title>a</title>
|
||||
<ellipse fill="yellow" stroke="black" cx="164.5" cy="-90" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="164.5" y="-86.3" font-family="DejaVu Sans" font-size="14.00">A</text>
|
||||
</g>
|
||||
<!-- b -->
|
||||
<g id="node2" class="node">
|
||||
<title>b</title>
|
||||
<ellipse fill="none" stroke="black" cx="128.5" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="128.5" y="-14.3" font-family="DejaVu Sans" font-size="14.00">B</text>
|
||||
</g>
|
||||
<!-- a->b -->
|
||||
<g id="edge2" class="edge">
|
||||
<title>a->b</title>
|
||||
<path fill="none" stroke="black" d="M156.15,-72.76C151.79,-64.28 146.35,-53.71 141.46,-44.2"/>
|
||||
<polygon fill="black" stroke="black" points="144.49,-42.44 136.8,-35.15 138.27,-45.64 144.49,-42.44"/>
|
||||
</g>
|
||||
<!-- c -->
|
||||
<g id="node3" class="node">
|
||||
<title>c</title>
|
||||
<ellipse fill="none" stroke="black" cx="200.5" cy="-18" rx="27" ry="18"/>
|
||||
<text text-anchor="middle" x="200.5" y="-14.3" font-family="DejaVu Sans" font-size="14.00">C</text>
|
||||
</g>
|
||||
<!-- a->c -->
|
||||
<g id="edge3" class="edge">
|
||||
<title>a->c</title>
|
||||
<path fill="none" stroke="black" d="M172.85,-72.76C177.21,-64.28 182.65,-53.71 187.54,-44.2"/>
|
||||
<polygon fill="black" stroke="black" points="190.73,-45.64 192.2,-35.15 184.51,-42.44 190.73,-45.64"/>
|
||||
</g>
|
||||
<!-- note -->
|
||||
<g id="node4" class="node">
|
||||
<title>note</title>
|
||||
<polygon fill="none" stroke="black" points="119,-108 0,-108 0,-72 119,-72 119,-108"/>
|
||||
<text text-anchor="middle" x="59.5" y="-86.3" font-family="DejaVu Sans" font-size="14.00">State Changed</text>
|
||||
</g>
|
||||
<!-- note->a -->
|
||||
<g id="edge1" class="edge">
|
||||
<title>note->a</title>
|
||||
<path fill="none" stroke="black" d="M119.38,-90C122,-90 124.63,-90 127.25,-90"/>
|
||||
<polygon fill="black" stroke="black" points="127.36,-93.5 137.36,-90 127.36,-86.5 127.36,-93.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue