Re: [Synfig-devl] Advanced Outline Draw Tool support almost finished

2011-10-25 Thread Carlos López González
Hi! In the latest commit I've fixed a mistake I did with the code to extend bline from its end. (Thanks Zelgadis!). So it should work now. I forgot to explain that it was coded that lower boundary cannot be never equal to upper boundary because it would raise a division by zero or one expception.

[Synfig-devl] Carlos Lopez : Fix wrong lower and upper boundaries calculation when extending bline from end

2011-10-25 Thread root
Author: Carlos Lopez Date: Tue Oct 25 21:52:05 2011 +0200 Fix wrong lower and upper boundaries calculation when extending bline from end --- synfig-studio/src/gui/states/state_draw.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/synfig-studio/src/gui/state

Re: [Synfig-devl] Advanced Outline Draw Tool support almost finished

2011-10-25 Thread Zelgadis
> > De: Zelgadis > Para: synfig-devl@lists.sourceforge.net > Enviado: martes 25 de octubre de 2011 7:54 > Asunto: Re: [Synfig-devl] Advanced Outline Draw Tool support almost finished > > Hi! > Great work! > I have compiled the latest changes in your branch and foun