Code review comment for lp:~inkscape+alexander/inkscape/flatten

Revision history for this message
Alexander Brock (brock-alexander) wrote :

> Did this feature go into trunk already? Should we close this review?

I built the latest Inkscape version from trunk (15146) and checked if the features I added are present in it.

These functions are present:

- Stroke to path now keeps the fill like I want it.

These aren't (or I couldn't find them):

- There's no function which unlinks clones even if they are in groups or clone of clones or similar.
- There is no function to intersect clipped paths with their clipping path
- There is no function for removing overlap of objects using difference operations (the resulting vector should look exactly like before but without overlapping areas)

I am willing to modify the code once more so it works with the current Inkscape trunk version if we can figure out the names for the functions so it can be merged and doesn't rot for another year.

« Back to merge proposal