
Note the gap between both curves. What I finally want to have is this (simulated using paint):

Getting both curves red is not the problem, but note the rounded edge that I want to have. How can I get this rounded edge? Thanks!
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="210mm"
height="297mm"
viewBox="0 0 210 297"
version="1.1"
id="svg8"
inkscape:version="0.92.0 r15299"
sodipodi:docname="example.svg">
<defs
id="defs2">
<inkscape:path-effect
effect="spiro"
id="path-effect4505"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4509"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="453.74839"
inkscape:cy="830.77349"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1920"
inkscape:window-height="1137"
inkscape:window-x="-8"
inkscape:window-y="-8"
inkscape:window-maximized="1" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="display:inline;fill:none;stroke:#ff0000;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 173.79414,66.907991 c -6.24621,-0.558976 -12.49895,-1.045111 -18.7565,-1.458272 -4.48211,-0.295936 -8.96672,-0.554437 -13.44709,-0.875678 -6.04754,-0.433607 -12.08634,-0.981449 -18.13223,-1.437445 -5.51454,-0.41592 -11.03457,-0.755398 -16.55047,-1.152985 -4.78859,-0.345162 -9.574091,-0.734124 -14.354263,-1.180965 -2.811771,-0.262839 -5.621739,-0.545706 -8.43572,-0.783733 -2.070838,-0.175166 -4.143732,-0.326037 -6.21811,-0.45257"
id="path8468"
inkscape:connector-curvature="0"
inkscape:path-effect="#path-effect4505"
inkscape:original-d="m 173.79414,66.907991 c -9.31985,-0.787537 -12.50408,-0.972447 -18.7565,-1.458272 -6.25244,-0.485825 -8.98817,-0.607756 -13.44709,-0.875678 -4.45891,-0.267925 -12.06417,-0.934855 -18.13223,-1.437445 -6.06805,-0.502586 -10.58299,-0.650398 -16.55047,-1.152985 -5.96749,-0.502589 -9.995943,-0.929804 -14.354263,-1.180965 -4.35831,-0.251161 -5.55243,-0.499049 -8.43572,-0.783733 -2.88328,-0.284686 -4.23996,-0.301977 -6.21811,-0.45257"
sodipodi:nodetypes="cssssssc" />
<path
style="display:inline;fill:none;stroke:#000000;stroke-width:0.52916667;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 23.692386,119.85835 c 9.179971,-3.15371 17.887859,-7.67775 25.745921,-13.37587 7.031248,-5.09857 13.444482,-11.212173 18.00211,-18.605544 2.824554,-4.581984 4.898683,-9.589308 6.63766,-14.683289 1.524936,-4.46699 2.801451,-9.018773 3.82168,-13.627304"
id="path4493"
inkscape:connector-curvature="0"
inkscape:path-effect="#path-effect4509"
inkscape:original-d="m 23.692386,119.85835 c 10.29139,-2.41342 17.164201,-8.91751 25.745921,-13.37587 8.58175,-4.45836 12.00167,-12.403959 18.00211,-18.605544 6.00045,-6.201581 4.42537,-9.789124 6.63766,-14.683289 2.21228,-4.894167 2.54805,-9.085133 3.82168,-13.627304"
sodipodi:nodetypes="csssc" />
</g>
</svg>