I have ported a part of my iscissors patch from 1.1.25 to gimp 1.2.
All this patch does is add a livewire boundary to the iscissors tool,
and an option in the tool options to turn it on and off.
While working on iscissors, I noticed that there was an error in converting
the
iscissors selection t
Yeah, the patch i posted is a quick and dirty fix
that cleans a few things up and makes iscissors
much nicer. try it out. you won't regret it.
(And i doubt that you will back it out, either.)
My e-mail was discussing the problems with a
total rewrite ( that I have not yet attempted. )
Larami
n Donnelly. */
+/* Modifications to implement the livewire boundary were done in version
+ * gimp 1.1.25 by Laramie Leavitt */
+
+
#include "config.h"
#include
@@ -89,8 +93,10 @@
DRAW_NOTHING = 0x0,
DRAW_CURRENT_SEED = 0x1,
DRAW_CURVE= 0x2,
- DRA