Bill Spitzak wrote:
> 
> drawpoint() is pretty easy to make work. What I removed was drawpoints()
> which would not work with the path-construction of Cairo or Quartz.
> 
> Question about drawpoint(): would you prefer if it drew exactly one square
> pixel, or should it draw an antialiased round dot? I could also make it
> draw a square pixel if the line width is the default value of 0 and draw a
> dot of the right size for other line widths.
> 

Square pixels.  Antialiased dots will be slower, so keep that as 
draw_round_dot() or something.

I'm currently using drawpoint() for a function that needs to execute as 
fast as possible.  Any antialias or dummy checks will probably slow the 
function down.

-- 
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy

_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to