Attached is how it behaves only by scaling up the drawing.
No nodes were edited manually.
Edit:
This file was saved with inkscape based on the codes.
The selected parts
looks like
Code: Select all
<path
inkscape:connector-curvature="0"
id="1445"
d="m 1.8022144,13.829655 a 0.12684971,0.12684971 0 1 0 0.1741536,0.117696 l -0.1268495,0 -0.047307,-0.117696"
style="fill:#0000cd;stroke:none" />After scaling it up:
Code: Select all
<path
inkscape:connector-curvature="0"
id="1445"
d="M 219.48055,0 A 350,350 0 1 0 700,324.74362 l -349.99973,0 L 219.47186,0"
style="fill:#0000cd;stroke:none" />When redrawing it for a comparison, the codes are in plain svg:
Code: Select all
<path
d="m 150,344.75323 c 0,184.46311 -149.53689356,334 -334,334 -184.46311,0 -334,-149.53689 -334,-334 0,-136.3736 82.90893,-259.050253 209.44508,-309.90655 L -184,344.75323 z"
transform="matrix(1.0479042,0,0,1.0479042,542.81438,-36.515131)"
id="path3758"
style="fill:#0000cd;fill-opacity:1;stroke:none" /> So those objects are not paths technically, but connectors.
Drawn with Ctrl+F2?
Weird, it doesn't work right. Even not if saved as plain svg.
Codes are alike then:
Code: Select all
<path
d="m 1.8022144,13.829655 a 0.12684971,0.12684971 0 1 0 0.1741536,0.117696 l -0.1268495,0 -0.047307,-0.117696"
id="1445"
style="fill:#0000cd;stroke:none" />But still doesn't behaving as a path.
Also you can't convert it to be a path, just use the Ctrl++, which will turn it to a real path.