Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/blame/commit/3440be5fc14c997aa5b28c1310384a775f40c47f/resources/images/home.svg You should set ROOT_URL correctly, otherwise the web may not work correctly.
новые иконки в OpenBoard
OpenBoard/resources/images/home.svg

13 lines
569 B

<?xml version="1.0"?>
<svg xmlns="http://www.w3.org/2000/svg">
<circle r="12" transform="translate(12,12)" style="fill:gray; stroke:silver; stroke-width:2"/>
<g style="stroke:white; stroke-width:3; stroke-linecap:round">
<rect x="9" y="9" width="6" height="7" fill="white"/>
<line id="line10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" x1="12" y1="6" x2="18" y2="11"/>
<line id="line10" fill="none" stroke="#FFFFFF" stroke-width="3" stroke-linecap="round" x1="6" y1="11" x2="12" y2="6"/>
</g>
</svg>