k-kawa / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Problem with canvas resize #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make a 16x16 sprite and draw something on it
2. select all and copy it
3. Create a second frame
4. add 16 pixels to the right of the image (Sprite/Canvas Resize)
5. Try to paste from the clipboard onto the right half of the second frame.

What is the expected output? What do you see instead?
I expected the original 16x16 sprite, which I copied to the clipboard, to be 
pasted onto the second frame. But, if you try to paste into the area that was 
added using "Canvas Resize," the clipboard data disappears when I hit the Enter 
key

What version of the product are you using? On what operating system?
ASEPRITE v0.9 on Ubuntu Linux

Please provide any additional information below.
I realize that the Canvas Resize dialog box says work-in-progress, so you might 
already know of this bug.

Original issue reported on code.google.com by erdav...@gmail.com on 21 Mar 2011 at 9:07

GoogleCodeExporter commented 8 years ago
Known issue.

Note for developer: The problem is that paste command does not increase the 
size of the current image to the new visible bounds (as ToolLoopImpl does).

Original comment by davidcapello on 21 Apr 2011 at 4:59

GoogleCodeExporter commented 8 years ago
Fixed with the new transformation/copy&paste logic (implemented from v0.9.1).

Original comment by davidcapello on 10 Jul 2012 at 9:29