excellent. but something is a little bit strange.
width setting survive recompile. think it defaulted to 1 before.
//first run this
(
var w= GUI.window.new;
w.drawHook= {
GUI.pen.strokeOval(Rect(10, 20, 50, 60));
};
w.front;
)
GUI.pen.width_(5);
(
var w= GUI.window.new;
w.drawHook= {
GUI.pen.strokeOval(Rect(10, 20, 50, 60));
};
w.front;
)
//recompile and the width= 5 is still there.
(
var w= GUI.window.new;
w.drawHook= {
GUI.pen.strokeOval(Rect(10, 20, 50, 60));
};
w.front;
)
Am 16.01.2008 um 10:05 schrieb Jan Trutzschler:
[ 1870000 ] Pen: strokeOval ignores pen width
fixed in rev. 6986
#|
fredrikolofsson.com klippav.org musicalfieldsforever.com
|#
_______________________________________________
Sc-devel mailing list
Sc-devel@xxxxxxxxxxxxxxx
http://lists.create.ucsb.edu/mailman/listinfo/sc-devel