First attempt at fixing the 'straight' blend method. It now applies to the whole...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 22 Jan 2008 13:42:55 +0000 (13:42 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Tue, 22 Jan 2008 13:42:55 +0000 (13:42 +0000)
commita50de53f5e4b23b1e3c0d79866a8503758422dba
tree0e2dc5104a843d95be49c8d77430f2792c69ec0d
parentdde9e2714a61d109c8245ea67c17a312483fa57d
First attempt at fixing the 'straight' blend method.  It now applies to the whole layer, rather than just the pixels modified by the layer.  Loading old canvases that use 'straight' will convert the blend method to 'composite' for all layers other than PasteCanvas, since the old 'straight' worked much like composite for them.  The 'straight onto' blend method still needs work.

git-svn-id: http://svn.voria.com/code@1422 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/synfig/canvas.cpp
synfig-core/trunk/src/synfig/canvas.h
synfig-core/trunk/src/synfig/context.cpp
synfig-core/trunk/src/synfig/layer_composite.cpp
synfig-core/trunk/src/synfig/layer_pastecanvas.cpp