
13 Apr
2009
13 Apr
'09
9:13 p.m.
I've made a simple extension (just lxml twiddling) which, given a selection of a single svg:text or svg:flowRoot, splits it up into separate svg:texts, or, given a selection multiple svg:texts and/or svg:flowRoots, merges them into one svg:text. Splitting in merging appears to the user to be line oriented (actually xpath is collecting flowParas ans tspans).
Really handy when you have a list of labels as a single text and want to split them into separate objects quickly.
Is it worth including in the distribution (either before or after .47) and if so what should I do with it? And if not, is there somewhere else I should put it?
Cheers -Terry