1

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を有効にする他の手段も見つかりません。誰かがこれを行う方法を知っていますか?

4

1 に答える 1

1

最新の実験を含む開発者版のInkscapeをインストールできたと思います。私はここの説明に従いました:https ://launchpad.net/~inkscape.dev/+archive/trunk

于 2013-01-03T21:27:28.347 に答える