Bug 1099 : beginRaw() not properly exporting shapes in version 1.0.1
Last modified: 2009-02-23 06:04




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

 

Reporter:
davbol
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2008-12-11 13:52
1.0/1.0.1, WinXPsp3, included JRE -- not sure when exactly it surfaced, but recently,
either very late beta or 1.0.

Using DXF lib something like this..

beginRaw(DXF,"out.dxf");
box(10);
endRaw();

..will export both lines and triangles if using the P3D renderer, but will export only
lines when using the OPENGL renderer.
Additional Comment #1 From fry 2009-02-20 11:37
*** Bug 1144 has been marked as a duplicate of this bug. ***
Additional Comment #2 From fry 2009-02-20 18:16
Fixed for 1.0.2, thanks for the report and example.
Additional Comment #3 From bohnacker 2009-02-23 05:48
Is this really fixed for 1.0.2?

The example from Bug 1144 still exports an empty pdf (I'm using the brand
new pdf.jar Ben Fry just supplied with Bug 1169).
Additional Comment #4 From fry 2009-02-23 06:04
should be, both of the examples work fine for me.

try adding exit() to your sketch once it's finished to make sure that the
file writes properly. or open a new bug if you're still having issues.