I got a simple doubt.
When I draw a closed path (suppose something like a square) and then I draw another path which start from a point on the first path border and ends on a point on the first path border too, is the code generated anyhow like this?
<path id="first" d="1, 2, 3, 4">
<path id="second" d="5, 6, 2, 3">
Or does Inkscape create some kind of transformation?
Because I can't manipulate the fill attribute as I wish on these kind of paths
