X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fcanvas.h;h=cbed17decce309af17316257c6e596ec8678262d;hb=360e11c8b37d05b6af1a765cdf98c210ef5b97a8;hp=a7de319b8ed81f545f1d47bd4a5384668f03a688;hpb=c0db341787d20c8e8238e07a26c10bf922e3dbbc;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/canvas.h b/synfig-core/trunk/src/synfig/canvas.h index a7de319..cbed17d 100644 --- a/synfig-core/trunk/src/synfig/canvas.h +++ b/synfig-core/trunk/src/synfig/canvas.h @@ -79,9 +79,21 @@ * 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.3" +#define CURRENT_CANVAS_VERSION "0.5" /* === T Y P E D E F S ===================================================== */