Bug 913 : Static mode applet export doesn't pick up size
Last modified: 2008-09-17 09:16




Status:
RESOLVED
Resolution:
FIXED -
Priority:
P2
Severity:
normal

 

Reporter:
Daniel Shiffman
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-09-04 05:16
Version 0148, if you export a static applet, i.e. no setup() and draw():

size(400,400);
line(0,0,400,400);

The resulting HTML file makes the applet size 100,100.

<object classid="java: sketch_XXXXXa.class"
type="application/x-java-applet"
archive="sketch_XXXXXa.jar"
width="100" height="100"
standby="Loading Processing software..." >

(Hope this isn't a duplicate, I searched around quite a bit and couldn't
find anyone reporting it.)
Additional Comment #1 From fry 2008-09-17 09:16
fixed for 0149, thanks.