Inkscape用のPowerstroke実験用LPEに出くわし、実際に試してみたいのですが、それを実行する手段が見つかりません。この記事は次のように述べています。
To test the LPE, Inkscape must be built with experimental LPE's enabled.
You have to build Inkscape with
#define LPE_ENABLE_TEST_EFFECTS
otherwise the LPE won't show in the LPE dialog.
(uncommenting line 9 in src/live_effects/effect.cpp will do the trick)
ただし、effect.cppファイルも、実験的なLPEを有効にする他の手段も見つかりません。誰かがこれを行う方法を知っていますか?