
11 Sep
2012
11 Sep
'12
4:28 p.m.
2012/9/11 mathog <mathog@...1176...>:
Is there a simple method in Inkscape to close the path (or all paths) in a PathVector - without messing up any paths which are already closed?
for (Geom::PathVector::iterator i = pv.begin() i != pv.end(); ++i) { i->close(); }
Closing an already-closed path is a no-op.
Regards, Krzysztof