On Thu, 2014-01-09 at 18:52 +0100, Jabiertxo Arraiza Cenoz wrote:
Hi to all. I have two branch compiled ind two computers with Tavmjong Bah code about blending and compositing enabled.
Here is my configure line: CFLAGS='-g -O0 -Wall' CPPFLAGS=' -DWITH_MESH -DLPE_ENABLE_TEST_EFFECTS -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE' CC='ccache gcc' ../jabiertxof/configure --prefix=/home/jtx/inkscape/jabiertxof One computer has the extra "--disable-strict-build" necesary to aboid compiling problems due a bug https://bugs.launchpad.net/inkscape/+bug/1239969
This computer show all new blend modes in the layers blending modes and the other computer show only the previous 5 blend modes.
Anybody know whats happens?
If you enabled the new blend modes after already building Inkscape, you may need to "touch" the relative files to get them to be recompiled, i.e.
touch src/display/drawing-item.cpp src/display/nr-filter-blend.cpp
src/filters/blend.cpp src/filters/composite.cpp src/display/nr-filter-composite.cpp
Tav