[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-10-21 Thread codesite-noreply
Updates: Status: Fixed Comment #9 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Fixed in r792 and r793. Translation of node was being applied unnecessarily and with the wrong magnification

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-10-21 Thread codesite-noreply
Comment #12 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 I was able to reproduce the bug with OpenJDK on my Ubuntu box, but I think it's unrelated to the toImage code. To test this out yourself, just

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-08-05 Thread codesite-noreply
Updates: Status: Fixed Comment #6 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Fixed in r649 -- You received this message because you are listed in the owner or CC fields of this issue, or

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-07-27 Thread codesite-noreply
Updates: Status: Started Comment #5 on issue 88 by heuermh: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Moving this one back to status Started, since work is still ongoing. -- You received this message because you are

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-07-23 Thread codesite-noreply
Comment #4 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Good idea. I'd probably write it to have the default be #1 and have another overloaded method that accepts a parameter, since #1 it retains

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-07-13 Thread codesite-noreply
Updates: Status: Fixed Comment #2 on issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 Turns out that the resizing is handled automatically in the PNode.print method, so the code in toImage doing the

[piccolo2d-dev] Issue 88 in piccolo2d: toImage doesn't return an image of the proper size

2009-07-11 Thread codesite-noreply
Status: New Owner: New issue 88 by allain.lalonde: toImage doesn't return an image of the proper size http://code.google.com/p/piccolo2d/issues/detail?id=88 What steps will reproduce the problem? The following test fails: public void testToImageResultsInDesiredSizeImage() {