On Wed, 2014-12-03 at 21:59 +0100, Alexander Brock wrote:
Path->All Objects to Path
This recursively convertes strokes to paths. If the object has a fill
and a stroke it is duplicated for one copy the stroke is converted to
a path, for the other the stroke ist set to none. Therefore the visual
appearance doesn't (shouldn't) change.
I don't think this is the right menu item name.
Firstly, wouldn't it be Path->All Strokes to Paths, not objects.
Secondly, I'd think about making some of our functions do the right or
expected thing with multiple selections and groups. There's no reason
not to convert every object to path or stroke to path. Our code is just
hyper restrictive about it's inputs sometimes.
I'd obviously like to see fewer menu items overall :-D as it would mean
we're getting closer to optimal design instead of adding items when
features go in.
Martin,