-fill blue -draw 'circle 20,200 32,212'
but if I try to use variables below in a bash shell script its fails with "non-conforming drawing primitive definition `circle' ".
-fill blue -draw 'circle "$ax",200 $ay,212'
It looks like its a combination of using the right '"` around the variable. Can anyone suggest the correct combination?
Thanks in advance...
Simmo.
