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

Fix precision in blocks (Super Mario Bros. 3, Super Mario World) #60

Open
5 tasks
meduzen opened this issue Jan 20, 2023 · 0 comments
Open
5 tasks

Fix precision in blocks (Super Mario Bros. 3, Super Mario World) #60

meduzen opened this issue Jan 20, 2023 · 0 comments
Labels
bug 🪠 There’s a Goomba stuck in a pipe.

Comments

@meduzen
Copy link
Contributor

meduzen commented Jan 20, 2023

Can’t unsee.

Might depend on the zoom level of the browser.
Possible causes:

  • browser messing with roundings;
  • despite the block viewBox being 512×512, some of its element might have too little precision following the compression (likely <path> elements, unlikely <rect>);
  • ?

Super Mario Bros. 3

  • Unwanted micro-space below the square at (2,2).
view screenshot
  • Unwanted micro-space before the last column.
view screenshot

Super Mario World

  • Unwanted micro-space at the right of the first and fifth columns.
view 2 screenshots
  • Unwanted micro-space at the bottom of the second row.
view screenshot
  • Unwanted micro-space at the right of the second eye.
view screenshot
@meduzen meduzen added the bug 🪠 There’s a Goomba stuck in a pipe. label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪠 There’s a Goomba stuck in a pipe.
Projects
None yet
Development

No branches or pull requests

1 participant