phryk
a1a2cde38a
* All menus have IDs now * Added support for burgerized menus; burgerized main menu and minisearch * Fixed menu in Listing objects * Fixed issue with invalid datetime-local values * Improved section breakout logic for inline renderables in markdown * Search now ignores abstract content types * Added some assets * Various other things, mostly theming-related
37 lines
692 B
XML
37 lines
692 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
|
|
<svg
|
|
width="100"
|
|
height="100"
|
|
viewBox="0 0 100 100"
|
|
version="1.1"
|
|
id="svg1"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg">
|
|
<style>
|
|
|
|
path, circle {
|
|
fill: none;
|
|
stroke: hsl(0 0 10%);
|
|
stroke-linecap: round;
|
|
}
|
|
|
|
circle {
|
|
stroke-width: 10;
|
|
}
|
|
|
|
path {
|
|
stroke-width: 16;
|
|
}
|
|
</style>
|
|
<path
|
|
d="M 34,66 10,90"
|
|
id="path1" />
|
|
<circle
|
|
id="path2"
|
|
cx="60"
|
|
cy="40"
|
|
r="30" />
|
|
</svg>
|