mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
aabf329088
Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
71 lines
3.0 KiB
XML
71 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="175" height="169">
|
|
<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 17 1 13 1 21"/>
|
|
<polygon points="17 17 9 13 9 21"/>
|
|
<rect x="51" y="3" width="76" height="32" rx="10"/>
|
|
<rect x="49"
|
|
y="1"
|
|
width="76"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="59" y="21">contains</text>
|
|
<rect x="51" y="47" width="58" height="32" rx="10"/>
|
|
<rect x="49"
|
|
y="45"
|
|
width="58"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="59" y="65">every</text>
|
|
<rect x="51" y="91" width="28" height="32" rx="10"/>
|
|
<rect x="49"
|
|
y="89"
|
|
width="28"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="59" y="109">if</text>
|
|
<rect x="51" y="135" width="32" height="32" rx="10"/>
|
|
<rect x="49"
|
|
y="133"
|
|
width="32"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="59" y="153">in</text>
|
|
<path class="line"
|
|
d="m17 17 h2 m20 0 h10 m76 0 h10 m-116 0 h20 m96 0 h20 m-136 0 q10 0 10 10 m116 0 q0 -10 10 -10 m-126 10 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m58 0 h10 m0 0 h18 m-106 -10 v20 m116 0 v-20 m-116 20 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m28 0 h10 m0 0 h48 m-106 -10 v20 m116 0 v-20 m-116 20 v24 m116 0 v-24 m-116 24 q0 10 10 10 m96 0 q10 0 10 -10 m-106 10 h10 m32 0 h10 m0 0 h44 m23 -132 h-3"/>
|
|
<polygon points="165 17 173 13 173 21"/>
|
|
<polygon points="165 17 157 13 157 21"/>
|
|
</svg>
|