Draw spiral

Comments

:( Doesn't Work

... on V2.6.6
Here's the error message:

Draw spiral Message

Error while executing script-fu-draw-spiral:

Error: Bad syntax of binding spec in let* : ((segment) (segment (make-vector 4)) (stepx dx) (stepy dy) (lunghezza (* 2 3.141592654 Spire)) (angolo) (arco) (beta) (gamma) (gcount) (npoint) (raggio))

Doesn't Work with gimp 2.6

only with Gimp 2.4, author didn't updated yet

A note to the script

A note to the script developer:

Variables declared in let* do have to have an initial value.

So

(segment)

is invalid, while

(segment 0)

does define the variable as intended.