added edge selection tool
This commit is contained in:
parent
c5d1a11bec
commit
32b6d949a5
94
editor.html
94
editor.html
@ -681,6 +681,100 @@ SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
</svg>
|
||||
|
||||
</div>
|
||||
<div>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
sodipodi:docname="select-edge.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#999999"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
inkscape:zoom="17.235728"
|
||||
inkscape:cx="-7.1943582"
|
||||
inkscape:cy="15.259002"
|
||||
inkscape:window-width="1620"
|
||||
inkscape:window-height="1018"
|
||||
inkscape:window-x="-6"
|
||||
inkscape:window-y="-6"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="px"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="1"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
dotted="false"
|
||||
gridanglex="30"
|
||||
gridanglez="30"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect3"
|
||||
is_visible="true"
|
||||
lpeversion="1" />
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect3-7"
|
||||
is_visible="true"
|
||||
lpeversion="1" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
id="rect1"
|
||||
style="fill:none;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stroke-dasharray:1,2;stroke-dashoffset:0"
|
||||
d="M 2,2 H 14 V 14 H 2 Z"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
|
||||
d="M 3.3617908,5.9146276 C 5.4290432,6.1670079 7.4000196,7.1478801 8.8479002,8.6448337 10.224884,10.068488 11.121769,11.948601 11.361791,13.914628"
|
||||
id="path3"
|
||||
inkscape:path-effect="#path-effect3"
|
||||
inkscape:original-d="M 3.3617908,5.9146276 C 5.7889197,5.6051928 10.503784,10.459099 8.8479002,8.6448337 7.2032116,6.8428344 10.994338,11.941981 11.361791,13.914628"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(0.6382092,-1.9146276)" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
|
||||
d="M 2.8617908,6.4146276 C 4.0575159,6.6229941 5.187365,7.1951217 6.0629872,8.035634 6.9990793,8.9341915 7.6390347,10.136327 7.8617908,11.414628"
|
||||
id="path3-3"
|
||||
inkscape:path-effect="#path-effect3-7"
|
||||
inkscape:original-d="M 2.8617908,6.4146276 C 5.2889197,6.1051928 7.7188711,9.8498992 6.0629872,8.035634 4.4182986,6.2336347 7.4943378,9.4419806 7.8617908,11.414628"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(1.1382092,0.5853724)" />
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
<div id="footer" class="menu-lightmode"> <!--Status bar-->
|
||||
<span>
|
||||
|
||||
98
images/select-edge.svg
Normal file
98
images/select-edge.svg
Normal file
@ -0,0 +1,98 @@
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2023 David Mosbach <david.mosbach@campus.lmu.de>
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
viewBox="0 0 16 16"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
inkscape:version="1.3 (0e150ed6c4, 2023-07-21)"
|
||||
sodipodi:docname="select-edge.svg"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#999999"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#d1d1d1"
|
||||
inkscape:document-units="px"
|
||||
showgrid="true"
|
||||
inkscape:zoom="17.235728"
|
||||
inkscape:cx="-7.1943582"
|
||||
inkscape:cy="15.259002"
|
||||
inkscape:window-width="1620"
|
||||
inkscape:window-height="1018"
|
||||
inkscape:window-x="-6"
|
||||
inkscape:window-y="-6"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="layer1">
|
||||
<inkscape:grid
|
||||
id="grid1"
|
||||
units="px"
|
||||
originx="0"
|
||||
originy="0"
|
||||
spacingx="1"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
dotted="false"
|
||||
gridanglex="30"
|
||||
gridanglez="30"
|
||||
visible="true" />
|
||||
</sodipodi:namedview>
|
||||
<defs
|
||||
id="defs1">
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect3"
|
||||
is_visible="true"
|
||||
lpeversion="1" />
|
||||
<inkscape:path-effect
|
||||
effect="spiro"
|
||||
id="path-effect3-7"
|
||||
is_visible="true"
|
||||
lpeversion="1" />
|
||||
</defs>
|
||||
<g
|
||||
inkscape:label="Ebene 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<path
|
||||
id="rect1"
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke;stroke-dasharray:1,2;stroke-dashoffset:0"
|
||||
d="M 2,2 H 14 V 14 H 2 Z"
|
||||
sodipodi:nodetypes="ccccc" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
|
||||
d="M 3.3617908,5.9146276 C 5.4290432,6.1670079 7.4000196,7.1478801 8.8479002,8.6448337 10.224884,10.068488 11.121769,11.948601 11.361791,13.914628"
|
||||
id="path3"
|
||||
inkscape:path-effect="#path-effect3"
|
||||
inkscape:original-d="M 3.3617908,5.9146276 C 5.7889197,5.6051928 10.503784,10.459099 8.8479002,8.6448337 7.2032116,6.8428344 10.994338,11.941981 11.361791,13.914628"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(0.6382092,-1.9146276)" />
|
||||
<path
|
||||
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;paint-order:markers fill stroke"
|
||||
d="M 2.8617908,6.4146276 C 4.0575159,6.6229941 5.187365,7.1951217 6.0629872,8.035634 6.9990793,8.9341915 7.6390347,10.136327 7.8617908,11.414628"
|
||||
id="path3-3"
|
||||
inkscape:path-effect="#path-effect3-7"
|
||||
inkscape:original-d="M 2.8617908,6.4146276 C 5.2889197,6.1051928 7.7188711,9.8498992 6.0629872,8.035634 4.4182986,6.2336347 7.4943378,9.4419806 7.8617908,11.414628"
|
||||
sodipodi:nodetypes="csc"
|
||||
transform="translate(1.1382092,0.5853724)" />
|
||||
</g>
|
||||
</svg>
|
||||
Loading…
Reference in New Issue
Block a user