X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fcanvas.h;h=76ea332a9667a3a7edfc8aeb8d47e066617af99d;hb=47fce282611fbba1044921d22ca887f9b53ad91a;hp=a7de319b8ed81f545f1d47bd4a5384668f03a688;hpb=20067bb96af6946754e7ecb7b40673b818f6e5c2;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/canvas.h b/synfig-core/tags/stable/src/synfig/canvas.h index a7de319..76ea332 100644 --- a/synfig-core/tags/stable/src/synfig/canvas.h +++ b/synfig-core/tags/stable/src/synfig/canvas.h @@ -79,9 +79,27 @@ * 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. + * + * 0.6: svn r2067 + * + * Added "scale" link to the "BLine Width" ValueNode in svn r1872. + * + * Added "loop" link to the "Gradient Color" ValueNode in svn r1901. */ -#define CURRENT_CANVAS_VERSION "0.3" +#define CURRENT_CANVAS_VERSION "0.6" /* === T Y P E D E F S ===================================================== */