Skip to content

Conversation

paulkaplan
Copy link
Contributor

Resolves

What Github issue does this resolve (please include link)?

Proposed Changes

Describe what this Pull Request does

Remove the canvas rendering of the sprite tile and instead just show the image directly. The CostumeCanvas component was giving us far more than we needed, but it was only used for the tiles that were not taking advantage of the direction, etc. and was causing problems like #2445

Reason for Changes

Explain why these changes should be made

Much simpler, less code to worry about

Test Coverage

Please show how you have added tests to cover your changes

Updated unit tests around that component

Copy link
Contributor

@rschamp rschamp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP CostumeCanvas

@rschamp rschamp assigned paulkaplan and unassigned rschamp Jul 25, 2018
@paulkaplan paulkaplan merged commit e1fbfe0 into scratchfoundation:develop Jul 25, 2018
@paulkaplan
Copy link
Contributor Author

@rschamp but
image

@paulkaplan paulkaplan deleted the remove-costume-canvas branch July 25, 2018 18:15
@rschamp
Copy link
Contributor

rschamp commented Jul 25, 2018

Agreed! It's just it has been here since @tmickel added it in #7, so deserving of a RIP :)

@tmickel
Copy link
Contributor

tmickel commented Jul 26, 2018

Single digit PR number!!! Cheers RIP :)

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sprite tile images disappear after changing zoom and switching sprites

3 participants