On 7 Feb 2008, at 21:31, James Harkins wrote:
I think I'm going mad actually. Nothing works anymore. All my tools are strange. Even the Pen code is wrong. This code here gives me too wide line. The linewidth used to be 1 pixel but on my system it looks like 10 pixels: ( w = SCWindow("strokeOval", Rect(128, 64, 360, 360)); w.drawHook = { var r; r = Rect(100, 100, 160, 80); Pen.strokeColor = Color.black.alpha_(0.8); Pen.strokeOval(r); }; w.front; ) thor |