Files
regorus/docs/diagram/imports.svg
Anand Krishnamoorthi aabf329088 Update READEME.md with current status, grammar etc. (#102)
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
2024-01-11 13:12:15 -08:00

69 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="449" height="101">
<defs>
<style type="text/css">
@namespace "http://www.w3.org/2000/svg";
.line {fill: none; stroke: #332900; stroke-width: 1;}
.bold-line {stroke: #141000; shape-rendering: crispEdges; stroke-width: 2;}
.thin-line {stroke: #1F1800; shape-rendering: crispEdges}
.filled {fill: #332900; stroke: none;}
text.terminal {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #141000;
font-weight: bold;
}
text.nonterminal {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #1A1400;
font-weight: normal;
}
text.regexp {font-family: Verdana, Sans-serif;
font-size: 12px;
fill: #1F1800;
font-weight: normal;
}
rect, circle, polygon {fill: #332900; stroke: #332900;}
rect.terminal {fill: #FFDB4D; stroke: #332900; stroke-width: 1;}
rect.nonterminal {fill: #FFEC9E; stroke: #332900; stroke-width: 1;}
rect.text {fill: none; stroke: none;}
polygon.regexp {fill: #FFF4C7; stroke: #332900; stroke-width: 1;}
</style>
</defs>
<polygon points="9 33 1 29 1 37"/>
<polygon points="17 33 9 29 9 37"/>
<rect x="71" y="19" width="64" height="32" rx="10"/>
<rect x="69"
y="17"
width="64"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="79" y="37">import</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#path-ref"
xlink:title="path-ref">
<rect x="155" y="19" width="72" height="32"/>
<rect x="153" y="17" width="72" height="32" class="nonterminal"/>
<text class="nonterminal" x="163" y="37">path-ref</text>
</a>
<rect x="267" y="51" width="34" height="32" rx="10"/>
<rect x="265"
y="49"
width="34"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="275" y="69">as</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#var"
xlink:title="var">
<rect x="321" y="51" width="40" height="32"/>
<rect x="319" y="49" width="40" height="32" class="nonterminal"/>
<text class="nonterminal" x="329" y="69">var</text>
</a>
<path class="line"
d="m17 33 h2 m40 0 h10 m64 0 h10 m0 0 h10 m72 0 h10 m20 0 h10 m0 0 h104 m-134 0 h20 m114 0 h20 m-154 0 q10 0 10 10 m134 0 q0 -10 10 -10 m-144 10 v12 m134 0 v-12 m-134 12 q0 10 10 10 m114 0 q10 0 10 -10 m-124 10 h10 m34 0 h10 m0 0 h10 m40 0 h10 m-330 -32 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m330 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-330 0 h10 m0 0 h320 m-370 32 h20 m370 0 h20 m-410 0 q10 0 10 10 m390 0 q0 -10 10 -10 m-400 10 v46 m390 0 v-46 m-390 46 q0 10 10 10 m370 0 q10 0 10 -10 m-380 10 h10 m0 0 h360 m23 -66 h-3"/>
<polygon points="439 33 447 29 447 37"/>
<polygon points="439 33 431 29 431 37"/>
</svg>