Peter,
I went on to create a simple screen to reproduce this problem and it seemed to work fine, then I found out that this bug only happens when I try to generate the images using the command line:
/opt/eclipse/eclipse -application com.wireframesketcher.ui.screenExport -data ~/workspace -noSplash -source ~/workspace/myprojectpath/negative_position.screen -dest ~/Desktop/lele
It happens in both "single file" or "folder" export modes.
When generating inside Eclipse GUI it works fine.
Note that I use "eclipse" instead of "eclipsec", as I'm on Ubuntu Linux.
Specs:
Ubuntu 8.10 (happens on 9.04 too)
Eclipse Europa with updated IBM jars (happens on Eclipse Ganymede too)
Latest WireframeSketcher version (1.3.1)
java version "1.6.0_07"
Java(TM) SE Runtime Environment (build 1.6.0_07-b06)
Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
Thanks for your quick reply.
Sample Screen:
<?xml version="1.0" encoding="UTF-8"?>
<model:Screen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:model="http://wireframesketcher.com/1.0/model.ecore">
<widgets xsi:type="model:TextArea" x="97" y="56" height="25" text="This text will be visible.
"/>
<widgets xsi:type="model:TextArea" x="-176" y="-64" height="25" text="This text won't be visible.
"/>
<widgets xsi:type="model:TextArea" x="97" y="-64" height="25" text="This text won't be visible.
"/>
<widgets xsi:type="model:TextArea" x="-176" y="56" height="25" text="This text won't be visible.
"/>
<widgets xsi:type="model:TextArea" x="-96" text="This end of this text will appear."/>
<hRuler/>
<vRuler/>
<font/>
</model:Screen>