Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with canvas resize #19

Closed
aseprite-bot opened this issue Aug 20, 2014 · 2 comments
Closed

Problem with canvas resize #19

aseprite-bot opened this issue Aug 20, 2014 · 2 comments

Comments

@aseprite-bot
Copy link
Collaborator

From erdav...@gmail.com on March 21, 2011 18:07:12

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: http://code.google.com/p/aseprite/issues/detail?id=19

@aseprite-bot aseprite-bot added this to the v0.9 milestone Aug 20, 2014
@aseprite-bot
Copy link
Collaborator Author

From davidcapello on April 21, 2011 09:59:49

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).

Status: Accepted
Owner: davidcapello
Labels: -Priority-Medium Priority-High Milestone-0.9

@aseprite-bot
Copy link
Collaborator Author

From davidcapello on July 10, 2012 14:29:09

Fixed with the new transformation/copy&paste logic (implemented from v0.9.1).

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant