mirror of
https://github.com/microsoft/regorus.git
synced 2026-08-05 02:16:11 +00:00
58 lines
2.3 KiB
XML
58 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">
|
|
<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>
|
|
<g transform="scale(0.178)">
|
|
<circle cx="45" cy="45" r="45" style="stroke:none; fill:#FFCC00"/>
|
|
<circle cx="45"
|
|
cy="45"
|
|
r="42"
|
|
style="stroke:#332900; stroke-width:2px; fill:#FFCC00"/>
|
|
<line x1="15"
|
|
y1="15"
|
|
x2="75"
|
|
y2="75"
|
|
stroke="#332900"
|
|
style="stroke-width:9px;"/>
|
|
<line x1="15"
|
|
y1="75"
|
|
x2="75"
|
|
y2="15"
|
|
stroke="#332900"
|
|
style="stroke-width:9px;"/>
|
|
<text x="7"
|
|
y="54"
|
|
style="font-size:26px; font-family:Arial, Sans-serif; font-weight:bold; fill: #332900">R</text>
|
|
<text x="64"
|
|
y="54"
|
|
style="font-size:26px; font-family:Arial, Sans-serif; font-weight:bold; fill: #332900">R</text>
|
|
</g>
|
|
</svg>
|