Hi,
I have the following problem when i try to export a view into a png file. I
use a RTMapBuilder as an example:

b := RTMapBuilder new.
b countries: RTMapBuilder countries.
        
b view  canvas buildMorph 
        *extent: view view canvas camera encompassingRectangle extent ;*
        exportAsPNG.

if i don't specify the rectangle extent (bold line), i can export without
problem but i cant see the complete image. on the other hand, if a specify
the rectangle extent, an error occurs. see both examples:

1) without extent
<http://forum.world.st/file/n4767944/prueba2.png> 

2) with extent
<http://forum.world.st/file/n4767944/prueba.png> 


Anyone knows what is happenning??
Thanks,
Rosario





--
View this message in context: 
http://forum.world.st/export-roassal-views-tp4767944.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to