X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcanvas.h;h=cbed17decce309af17316257c6e596ec8678262d;hb=2ca65d27048da3a0c8d64b1de572ea118ef6b47a;hp=43a562d4d3c082331869e1122c90106701cd737d;hpb=3e363592f62521ca3e0338f474deb1eb253f9e74;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/canvas.h b/synfig-core/trunk/src/synfig/canvas.h index 43a562d..cbed17d 100644 --- a/synfig-core/trunk/src/synfig/canvas.h +++ b/synfig-core/trunk/src/synfig/canvas.h @@ -6,7 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley -** Copyright (c) 2007 Chris Moore +** Copyright (c) 2007, 2008 Chris Moore ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -69,14 +69,31 @@ * conical gradient would be entirely obscured by the circle * layer (even by its transparent pixels) * - * 0.3: not yet implemented + * 0.3: svn r1422 * * 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. + * + * Tangent lengths calculated by the "Segment Tangent" and "BLine + * Tangent" ValueNodes were scaled by a factor of 0.5. + * + * 0.4: svn r1856 + * + * Stop scaling tangents by 0.5. + * + * 0.5: svn r1863 + * + * Added "offset", "scale", and "fixed_length" links to the + * "BLine Tangent" ValueNode. */ -#define CURRENT_CANVAS_VERSION "0.2" +#define CURRENT_CANVAS_VERSION "0.5" /* === T Y P E D E F S ===================================================== */