Files
regorus/docs/diagram/query-blocks.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

62 lines
2.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="291" height="69">
<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="28" height="32" rx="10"/>
<rect x="69"
y="17"
width="28"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="79" y="37">{</text>
<a xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#query"
xlink:title="query">
<rect x="119" y="19" width="56" height="32"/>
<rect x="117" y="17" width="56" height="32" class="nonterminal"/>
<text class="nonterminal" x="127" y="37">query</text>
</a>
<rect x="195" y="19" width="28" height="32" rx="10"/>
<rect x="193"
y="17"
width="28"
height="32"
class="terminal"
rx="10"/>
<text class="terminal" x="203" y="37">}</text>
<path class="line"
d="m17 33 h2 m40 0 h10 m28 0 h10 m0 0 h10 m56 0 h10 m0 0 h10 m28 0 h10 m-192 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -12 q0 -10 10 -10 m172 32 l20 0 m-20 0 q10 0 10 -10 l0 -12 q0 -10 -10 -10 m-172 0 h10 m0 0 h162 m-212 32 h20 m212 0 h20 m-252 0 q10 0 10 10 m232 0 q0 -10 10 -10 m-242 10 v14 m232 0 v-14 m-232 14 q0 10 10 10 m212 0 q10 0 10 -10 m-222 10 h10 m0 0 h202 m23 -34 h-3"/>
<polygon points="281 33 289 29 289 37"/>
<polygon points="281 33 273 29 273 37"/>
</svg>