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

1x1 sprites will not stamp after a "say" block is executed #528

Open
adroitwhiz opened this issue Nov 27, 2019 · 0 comments · May be fixed by #724
Open

1x1 sprites will not stamp after a "say" block is executed #528

adroitwhiz opened this issue Nov 27, 2019 · 0 comments · May be fixed by #724

Comments

@adroitwhiz
Copy link
Contributor

adroitwhiz commented Nov 27, 2019

Expected Behavior

The "stamp" block should work consistently

Actual Behavior

If a block which causes a speech bubble to appear ("say", "think", "ask") is executed before the "stamp" block, sprites whose texture size is 1x1 will not stamp.

Sprites whose texture size is 1 in one dimension but not the other will produce a 1-pixel line.

This probably has something to do with convex hull calculations.

EDIT: it looks like the "tight" bounds from convex hull calculations are shrunk by one costume-space pixel in all cases.

Steps to Reproduce

https://scratch.mit.edu/projects/348987704/

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