|
Author |
Topic: more 0053 bug (Read 333 times) |
|
Martin
|
more 0053 bug
« on: Apr 8th, 2003, 5:06am » |
|
this works well in 0052 but 0053 returns me a series of strings... Code:background(0); size(750,800); smooth(); BFont font; font = loadFont("Meta.vlw.gz"); setFont(font); fill(255); translate(width/2,height/2); scale(4.0); push(); rotateY(radians(-45)); text("hello world",-50,0); pop(); |
|
|
|
|
|
fry
|
Re: more 0053 bug
« Reply #1 on: Apr 11th, 2003, 5:45pm » |
|
as in, a bunch of "increment()" lines or debugging output?
|
|
|
|
Martin
|
Re: more 0053 bug
« Reply #2 on: Apr 11th, 2003, 6:12pm » |
|
yup! a bunch of increment() lines. saw your reply to glen's mssg. looking forward to 0054.
|
« Last Edit: Apr 11th, 2003, 6:14pm by Martin » |
|
|
|
|
fry
|
Re: more 0053 bug
« Reply #3 on: Apr 11th, 2003, 9:22pm » |
|
yup, fixed in 54, now available for download.
|
|
|
|
|