Issue 969 in moose-technology: Roassal crops the exported PNG

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 969 in moose-technology: Roassal crops the exported PNG

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-Roassal Milestone-4.8

New issue 969 by [hidden email]: Roassal crops the exported PNG
http://code.google.com/p/moose-technology/issues/detail?id=969

Try this:

view shape label text: #printString.
view nodes: (1 to: 100).
view edge: 0 from: 1 to: 50.
view edge: 0 from: 51 to: 100.

Make sure only the first 40 something nodes are visible in the canvas, and  
then export to PNG.

You will get only the visible part of the nodes and the first edge.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 969 in moose-technology: Roassal crops the exported PNG

moose-technology

Comment #1 on issue 969 by [hidden email]: Roassal crops the exported  
PNG
http://code.google.com/p/moose-technology/issues/detail?id=969

Just to make it clear: This little bug makes Roassal useless for exporting  
less than trivial pictures. And this is not good for advertisement :)

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 969 in moose-technology: Roassal crops the exported PNG

moose-technology

Comment #2 on issue 969 by [hidden email]: Roassal crops the exported  
PNG
http://code.google.com/p/moose-technology/issues/detail?id=969

The problem is that the export relies on ROView>>#elementsToRenderDo:, but  
this method takes into account only the cached elementsToRendered.  
Essentially we need to recompute those elements to make them take into  
account the entire canvas.

There exist a ROView>>#updateElementsToRender but this one is not activated  
during the export because the actual camera is not resized (only the canvas  
is).

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 969 in moose-technology: Roassal crops the exported PNG

moose-technology

Comment #3 on issue 969 by [hidden email]: Roassal crops the exported  
PNG
http://code.google.com/p/moose-technology/issues/detail?id=969

The code for building the picture is here:
ROView>>#bitmapForEncompassingRectangle

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 969 in moose-technology: Roassal crops the exported PNG

moose-technology
Updates:
        Status: Fixed

Comment #4 on issue 969 by [hidden email]: Roassal crops the  
exported PNG
http://code.google.com/p/moose-technology/issues/detail?id=969

Version 1.418  of Roassal fix this

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev