mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
77 lines
3.2 KiB
XML
77 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="363" 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 17 1 13 1 21"/>
|
|
<polygon points="17 17 9 13 9 21"/>
|
|
<rect x="31" y="3" width="56" height="32" rx="10"/>
|
|
<rect x="29"
|
|
y="1"
|
|
width="56"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="39" y="21">some</text>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xlink:href="#ref"
|
|
xlink:title="ref">
|
|
<rect x="107" y="3" width="36" height="32"/>
|
|
<rect x="105" y="1" width="36" height="32" class="nonterminal"/>
|
|
<text class="nonterminal" x="115" y="21">ref</text>
|
|
</a>
|
|
<rect x="183" y="35" width="24" height="32" rx="10"/>
|
|
<rect x="181"
|
|
y="33"
|
|
width="24"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="191" y="53">,</text>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xlink:href="#ref"
|
|
xlink:title="ref">
|
|
<rect x="227" y="35" width="36" height="32"/>
|
|
<rect x="225" y="33" width="36" height="32" class="nonterminal"/>
|
|
<text class="nonterminal" x="235" y="53">ref</text>
|
|
</a>
|
|
<rect x="303" y="3" width="32" height="32" rx="10"/>
|
|
<rect x="301"
|
|
y="1"
|
|
width="32"
|
|
height="32"
|
|
class="terminal"
|
|
rx="10"/>
|
|
<text class="terminal" x="311" y="21">in</text>
|
|
<path class="line"
|
|
d="m17 17 h2 m0 0 h10 m56 0 h10 m0 0 h10 m36 0 h10 m20 0 h10 m0 0 h90 m-120 0 h20 m100 0 h20 m-140 0 q10 0 10 10 m120 0 q0 -10 10 -10 m-130 10 v12 m120 0 v-12 m-120 12 q0 10 10 10 m100 0 q10 0 10 -10 m-110 10 h10 m24 0 h10 m0 0 h10 m36 0 h10 m20 -32 h10 m32 0 h10 m3 0 h-3"/>
|
|
<polygon points="353 17 361 13 361 21"/>
|
|
<polygon points="353 17 345 13 345 21"/>
|
|
</svg>
|