Code

remove multiple inheritance from lpe PathParam. since it is often desired to get...
authorjohanengelen <johanengelen@users.sourceforge.net>
Sun, 23 Mar 2008 19:23:08 +0000 (19:23 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Sun, 23 Mar 2008 19:23:08 +0000 (19:23 +0000)
commitafb717c6e7d29c86c404b6627855c438d6dc2c0f
tree3f7ea2876d9486dbd5f7cd8dca9b8d6eabeafae8
parent4f5ae37533278386d9fcce08b21135d99cc648aa
remove multiple inheritance from lpe PathParam. since it is often desired to get the path not as pw< d2<> >, but also as geom::path or maybe as dw<  pw<> >. Plus this enabled linking to an object, instead of keeping its own path data. (i.e. linking to other objects)
src/live_effects/lpe-curvestitch.cpp
src/live_effects/lpe-pathalongpath.cpp
src/live_effects/lpe-skeletalstrokes.cpp
src/live_effects/lpe-vonkoch.cpp
src/live_effects/parameter/path.cpp
src/live_effects/parameter/path.h
src/selection-chemistry.cpp