Fix the tangents output by "Segment Tangent" and "BLine Tangent". They were scaled...
[synfig.git] / synfig-core / trunk / src / synfig / canvas.h
index a7de319..d9e00d7 100644 (file)
  *      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.
  */
 
-#define CURRENT_CANVAS_VERSION "0.3"
+#define CURRENT_CANVAS_VERSION "0.4"
 
 /* === T Y P E D E F S ===================================================== */