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

Some ellipses with thick outlines are being cut off by more than a pixel on-stage #1121

Open
adroitwhiz opened this issue Jun 14, 2020 · 0 comments · May be fixed by scratchfoundation/paper.js#41

Comments

@adroitwhiz
Copy link
Contributor

Expected Behavior

Ideally, vector sprites should never be cut off on-stage at all, but due to a renderer bug, they may be cut off by 1 pixel.

However, they should not be cut off by more than 1 pixel-- that's far more noticeable.

Actual Behavior

Describe what actually happens
image

If you draw an ellipse, give it a thick outline, and rotate it, some of the edges may be cut off.

Steps to Reproduce

  1. Draw an oval/ellipse in vector mode
  2. Turn up the outline thickness to >30
  3. Rotate the ellipse
  4. Observe that as you rotate it, different parts of it are cut off on-stage. Note that you'll have to stop dragging the rotation handle for the changes to appear on-stage.

This occurs even if you draw a perfectly round circle by holding shift while using the oval tool.

Operating System and Browser

All

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

Successfully merging a pull request may close this issue.

2 participants