Fix 2037732: The warp layer is using a rough way of calculating how much context...
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 29 Nov 2008 18:52:07 +0000 (18:52 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 29 Nov 2008 18:52:07 +0000 (18:52 +0000)
commit6efbfa12668470ae552d366baf539f5be142a002
treee92d1f649748dd1fed9ea957cc06f80860f7569a
parent78f44c3bf98f8b0b6a6b74ef5aba07c345639d65
Fix 2037732: The warp layer is using a rough way of calculating how much context needs rendering.  Any parts it misses are rendered pixel-by-pixel using get_color().  Layer_Duplicate::get_color() wasn't implemented, and so the duplicated layers weren't being rendered.  Now it is.  The warp layer still needs fixing.

git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2306 1f10aa63-cdf2-0310-b900-c93c546f37ac
synfig-core/trunk/src/synfig/layer_duplicate.cpp