Status: New Owner: ---- CC: alexandr...@gmail.com Labels: Type-Defect Priority-Medium Component-Roassal Milestone-5.0
New issue 995 by tu...@tudorgirba.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
Try this: view node: 1. view node: 2. view horizontalLineLayout horizontalGap: 2000
And the export. If your window is less than 2000 pixels wide, you will not see the second node.
Comment #1 on issue 995 by alexandr...@gmail.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
Something is wrong apparently. Exporting does not work anymore :-(
Comment #2 on issue 995 by tu...@tudorgirba.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
The same problem can be observed when exporting to SVG. Only the current camera is being exported. I think we had this issue before.
Comment #3 on issue 995 by tu...@tudorgirba.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
I checked some more and the PNG works in the MorphicPlatform. However, the SVG export is still cropped to the camera.
Comment #4 on issue 995 by tu...@tudorgirba.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
I looked some more. The SVGExporter relies on the assumption that the top left of the encompassing rectangle is more than 0@0. However, this does not have to be the case. So, instead of using bottomRight, we should use extent.
Comment #5 on issue 995 by tu...@tudorgirba.com: Roassal does not export the full PNG http://code.google.com/p/moose-technology/issues/detail?id=995
Name: Roassal-TudorGirba.718 Author: TudorGirba Time: 17 November 2013, 12:39:14.931144 am UUID: 7042cc7d-bd16-436a-8ed6-dc5cae00ced8 Ancestors: Roassal-AlexandreBergel.717
Issue 995: Roassal does not export the full PNG use extent instead of bottomRight