Re: [Gimp-user] arrow heads on lines

2006-03-02 Thread Rob
And you can import some SVG (which Inkscape produces) back in to the gimp as a path. Not sure if the arrowheads will make it, but it's worth a try. Harish Narayanan wrote: David Herring wrote: I would like to be able to draw lines with arrow heads on the end of them, and for this

Re: [Gimp-user] arrow heads on lines

2006-03-02 Thread Harish Narayanan
David Herring wrote: > I would like to be able to draw lines with arrow heads on the end of > them, and for this to work with latest Gimp 2.2.10 on both linux and > windows - what is the best solution ? Are you restricted to using the GIMP? The GIMP is primarily not a drawing tool. To do the task

[Gimp-user] arrow heads on lines

2006-03-02 Thread David Herring
Hi, I would like to be able to draw lines with arrow heads on the end of them, and for this to work with latest Gimp 2.2.10 on both linux and windows - what is the best solution ? Thanks dave -- David Herring --- NetFM Ltd T: 01344 769068 M: 07973 673027 --- http://www.journey2share.co.uk/ Th

Re: [Gimp-user] arrow

2005-01-12 Thread David Neary
Hi, J.W.J. Geenen wrote: > The first line gave this error: tcsh: export: Command not found. > Indeed a man command confirmed the export verb is not available. export is a sh (Bourne shell) built-in. It is common to use shell in makefiles - try running bash and trying the build again. Cheers,

Re: [Gimp-user] arrow

2005-01-12 Thread Steve Stavropoulos
On Wed, 12 Jan 2005, J.W.J. Geenen wrote: > export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/gfxmuse > > The first line gave this error: tcsh: export: Command not found. In tcsh that line should be: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvs/gfxmuse (I really have no idea though, about the

[Gimp-user] arrow

2005-01-12 Thread J.W.J. Geenen
Hi, Sometimes i need an arrow. An arrow is a straight line ending in an arrow-point. > Up till now I found not a gimp tool on my gimp version. On the net i found 'the graphics muse tools'. To download the code I must type the following commands: export CVSROOT=:pserver:[EMAIL PROTECTED]: