Code review comment for lp:~inkscape.dev/inkscape/pathVectorSatellites

Revision history for this message
Krzysztof Kosinski (tweenk) wrote :

The first subpath is always at index 0. The last one is at size_default() - 1. The number of nodes is always equal to std::max(size_closed(), 1ul): a path that has no segments contains only a naked moveto, and thus has one node. Hope this helps.

« Back to merge proposal