From c0db341787d20c8e8238e07a26c10bf922e3dbbc Mon Sep 17 00:00:00 2001 From: dooglus Date: Sun, 10 Feb 2008 17:33:04 +0000 Subject: [PATCH] Expand the comment about version 0.3 of canvases. git-svn-id: http://svn.voria.com/code@1656 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/synfig/canvas.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/synfig-core/trunk/src/synfig/canvas.h b/synfig-core/trunk/src/synfig/canvas.h index faa0288..a7de319 100644 --- a/synfig-core/trunk/src/synfig/canvas.h +++ b/synfig-core/trunk/src/synfig/canvas.h @@ -73,7 +73,12 @@ * * the 'straight' blend method was fixed. loading a version 0.2 * or older canvas will replace the 'straight' blend method in - * non-pastecanvas layers with 'composite' + * non-pastecanvas layers with 'composite', unless they're + * completely transparent, in which case it will replace them + * with an 'alpha over' blend instead. Images like + * examples/logo.sifz use transparent straight blends to do + * masking, which no longer works now that 'straight' blending is + * fixed. */ #define CURRENT_CANVAS_VERSION "0.3" -- 2.7.4