Problem with colors.

Francisco A. Lizarralde frankliz at argenet.com.ar
Tue Feb 2 00:24:04 UTC 1999


Hi !

When I try this code to draw a Quadrangle filled with a transparent
color, it draws filled with a white color.

" q := Quadrangle
      origin: ( aView displayTransform: (30 at 30))
      corner:  (aView displayTransform: (70 at 70)).
 q insideColor: Color transparent."

but when I put "q insideColor: nil", it works.
Later I tried to do the same with "borderColor" but it doesn't work.

Could anybody tell me what am I doing wrong ?

Thanks in advance.

Francisco.





More information about the Squeak-dev mailing list