Skip to content

WIP: LPE BOOL_OP improvements

Jabier Arraiza requested to merge jabiertxof/inkscape:boolopsSelectables into master

This long MR fixes mayor issues on LPE boolop pointed in RC, most with @adam.belis in PM.

At the end put a list of fixes but I want to remark this MR also provide clipboard functionality to LPE very important in linked item parameter like clone LPE (not used jet) and maybe with further elements with generated along the LPE like rotate copies or measure segments.

Also fix the issues on translating linked items, still pending use in clone LPE.

Done:

  • Operand is selectable as other item.
  • Works with groups as operand.
  • Works with clip-paths on operand.
  • One parameter removed not need anymore (~hide operand).
  • Added helper path to show paths.
  • Cut, paste, duple, stamp fixed.
  • Alignments with the operand selected.

Know issues

  • Simple blur filter in operand is removed (others keeped)
  • On stamp there is a operand translation while stamping, but the result is OK.
  • User cant cut/copy operands to clipboard
  • Operands cant have another LPE bool
Edited by Jabier Arraiza

Merge request reports