mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
60 lines
2.8 KiB
XML
60 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="323" height="71">
|
|
<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 51 1 47 1 55"/>
|
|
<polygon points="17 51 9 47 9 55"/>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xlink:href="#package"
|
|
xlink:title="package">
|
|
<rect x="31" y="37" width="72" height="32"/>
|
|
<rect x="29" y="35" width="72" height="32" class="nonterminal"/>
|
|
<text class="nonterminal" x="39" y="55">package</text>
|
|
</a>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xlink:href="#imports"
|
|
xlink:title="imports">
|
|
<rect x="123" y="37" width="68" height="32"/>
|
|
<rect x="121" y="35" width="68" height="32" class="nonterminal"/>
|
|
<text class="nonterminal" x="131" y="55">imports</text>
|
|
</a>
|
|
<a xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
xlink:href="#rule"
|
|
xlink:title="rule">
|
|
<rect x="231" y="3" width="44" height="32"/>
|
|
<rect x="229" y="1" width="44" height="32" class="nonterminal"/>
|
|
<text class="nonterminal" x="239" y="21">rule</text>
|
|
</a>
|
|
<path class="line"
|
|
d="m17 51 h2 m0 0 h10 m72 0 h10 m0 0 h10 m68 0 h10 m20 0 h10 m0 0 h54 m-84 0 l20 0 m-1 0 q-9 0 -9 -10 l0 -14 q0 -10 10 -10 m64 34 l20 0 m-20 0 q10 0 10 -10 l0 -14 q0 -10 -10 -10 m-64 0 h10 m44 0 h10 m23 34 h-3"/>
|
|
<polygon points="313 51 321 47 321 55"/>
|
|
<polygon points="313 51 305 47 305 55"/>
|
|
</svg>
|