Difference between revisions of "LPE for groups"

From Inkscape Wiki
Jump to navigation Jump to search
Line 1: Line 1:
=LPE for groups=
This Project is part of a student project from Ecole Centrale de Lyon.
This Project is part of a student project from Ecole Centrale de Lyon.



Revision as of 19:09, 9 January 2008

LPE for groups

This Project is part of a student project from Ecole Centrale de Lyon.



Today, LPE can only be applied to single path. The goal of this project is to enable LPE for groups of paths.

There may be a default implementation that does LPE recursively on each path but many behavior will have to be effect dependent.

For example "Bend path": if you apply it recursively, then all paths of the group will be bent along the path from start to end. We have to consider the bounding box of the group and to generate new coordinates for each path.

Main points are :

  • a. how to put it in SVG
  • b. how to render it in inkscape
  • c. what happens when a path in a group with LPE has its own LPE applied (chaining?)