Re: [Gimp-developer] Thin lines using pencil

2001-09-02 Thread Sven Neumann
Hi, [EMAIL PROTECTED] (Carsten Hammer) writes: I think there are more such obvious bugs that are revealed in special cases. here is what you should do about this: - file a bug-report on bugzilla.gnome.org so your report won't get lost - send a patch that fixes the problem Salut, Sven

Re: [Gimp-developer] Thin lines using pencil

2001-09-01 Thread Carsten Hammer
Jay Cox wrote: Thanks for the report. I'm shocked that it has taken this long for someone to complain about this. I think there are more such obvious bugs that are revealed in special cases. Just think of the downscale bug I reported a very long time ago. I have some (monochrome,huge)

Re: [Gimp-developer] Thin lines using pencil

2001-08-30 Thread Jay Cox
Sven Neumann wrote: Hi, Grzegorz Borowiak [EMAIL PROTECTED] writes: There could be problem if brush size is big and line has to be half-transparent. E.g. brush radius is 10 and intensity is 0.5. There would be 1-pixel-close overlapping brush hits, whose intensities would

Re: [Gimp-developer] Thin lines using pencil

2001-08-30 Thread Sven Neumann
Hi Jay, Jay Cox [EMAIL PROTECTED] writes: I have commited a fix for this bug to the 1.2 branch in CVS. will you fix this in the HEAD branch too? The code is now in app/tools/gimppainttool.c. Salut, Sven ___ Gimp-developer mailing list [EMAIL

[Gimp-developer] Thin lines using pencil

2001-08-29 Thread Grzegorz Borowiak
I have a problem with drawing lines with pencil. Horizontal and vertical lines are OK, but slash lines are too thick. In zoom, they look like: ### ### ## ### ### ## ### ### and IMO they should look like: ## ## # ## ##

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Grzegorz Borowiak
On Wed, 29 Aug 2001, Simon Budig wrote: Please note, that these problems are already solved in the Gimps Paintcore. When you draw a line with the Paintbrush you will see that it is perfectly antialiased and the accumulating color problem is solved too (you can even disable this in the tool

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Sven Neumann
Hi, Grzegorz Borowiak [EMAIL PROTECTED] writes: Thank You guys. It seems drawing a good thin non-antialiased line is so foar not implemented, I hope it will be. I could do it, but it would take a long time for me to understand code and the whole conception of GIMP. right now pencil and

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Simon Budig
Grzegorz Borowiak ([EMAIL PROTECTED]) wrote: On Wed, 29 Aug 2001, Simon Budig wrote: Please note, that these problems are already solved in the Gimps Paintcore. When you draw a line with the Paintbrush you will see that it is perfectly antialiased and the accumulating color problem is

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Branko Collin
On 29 Aug 2001, at 13:55, Branko Collin wrote: [...] Think before you post, I cannot say that enough to myself. The reported 'problem' of course only happens if you use a brush that gets more transparent to its outside than in its center. It may not be solvable (and a solution might

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Stephen J Baker
On 29 Aug 2001, Sven Neumann wrote: and IMO they should look like: ## ## # ## ## # ## ## IMO what they should look like is: # # # # # # # essentally what we do when drawing lines is we

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Rebecca J. Walter
IMHO, the pencil tool should be left alone for consistancies' sake and there should be a new tool to deal with the very special case of drawing single-pixel-wide hard-edged lines. This hypothetical gadget could use Bresenham's algorithm or something like that because it wouldn't *NEED* to

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Jay Cox
Branko Collin wrote: If I draw several connected lines with the paint brush, the joints aren't always perfect. For instance, instead of: *** *** ** * you get: *** *** * *** **