[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] Bug [ 1870000 ] Pen: strokeOval ignores pen width



fixed.
On Jan 16, 2008, at 10:15 PM, Jan Trutzschler wrote:

ok, i can fix that later ...

On Jan 16, 2008, at 1:12 PM, Fredrik Olofsson wrote:

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

_______________________________________________
Sc-devel mailing list
Sc-devel@xxxxxxxxxxxxxxx
http://lists.create.ucsb.edu/mailman/listinfo/sc-devel