SVG für Bogen 45°

This commit is contained in:
2025-02-13 15:53:35 +01:00
parent b4e743a70b
commit e21647992e
3 changed files with 23 additions and 41 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" standalone="no"?>
<svg viewBox="0 0 1024 768" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" stroke-linecap="round" stroke-linejoin="round" fill-rule="evenodd" xml:space="preserve" >
<defs >
<clipPath id="clipId0" >
<path d="M0,768 1024,768 1024,0 0,0 z" />
</clipPath>
</defs>
<g clip-path="url(#clipId0)" fill="none" stroke="rgb(0,0,0)" stroke-width="0.1" />
<g clip-path="url(#clipId0)" fill="none" stroke="rgb(0,255,255)" stroke-width="0.1" >
<polyline points="480.325,280.42 435.074,235.169 " stroke-dasharray="4.716266,0.524030,1.048059,0.524030,1.048059,0.524030" />
<polyline points="373.028,216.393 389.744,216.393 " stroke-dasharray="4.716266,0.524030,1.048059,0.524030,1.048059,0.524030" />
<path d="M435.074,235.169 A64.1064,64.1064 0 0,0 389.744,216.393 " stroke-dasharray="4.716266,0.524030,1.048059,0.524030,1.048059,0.524030" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 923 B

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1e3" height="1e3" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" version="1.1" viewBox="0 0 1e3 1e3" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m388.3 428.6-6.535-6.536c-3.5914-3.5911-8.4621-5.6084-13.541-5.608h-4.988" stroke="#ffe31b" stroke-width=".066206"/>
</svg>

After

Width:  |  Height:  |  Size: 364 B

@@ -1,43 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="1e3"
height="1e3"
version="1.1"
viewBox="0 0 264.58 264.58"
id="svg1"
sodipodi:docname="APB_110_R630_D90_800_800_821104033.svg"
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
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">
<defs
id="defs1" />
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="1.047"
inkscape:cx="499.52245"
inkscape:cy="500"
inkscape:window-width="2400"
inkscape:window-height="1261"
inkscape:window-x="6691"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<path
d="M 264.08,264.58 V 208.3937 C 264.08,93.577181 171.00482,0.5 56.186298,0.5 H 0"
fill="none"
stroke="#ffe31b"
stroke-miterlimit="1"
id="path1"
style="stroke-width:0.99999998;stroke-dasharray:none" />
<svg width="1e3" height="1e3" version="1.1" viewBox="0 0 264.58 264.58" xmlns="http://www.w3.org/2000/svg">
<path d="m264.08 264.58v-56.186c0-114.82-93.075-207.89-207.89-207.89h-56.186" fill="none" stroke="#ffe31b" stroke-miterlimit="1"/>
</svg>

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 344 B