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

Dataset thumbnail images flipped vertically #76

Open
chofchof opened this issue Dec 7, 2017 · 0 comments
Open

Dataset thumbnail images flipped vertically #76

chofchof opened this issue Dec 7, 2017 · 0 comments

Comments

@chofchof
Copy link

chofchof commented Dec 7, 2017

By looking carefully I noticed that dataset thumbnail images flipped vertically.
In my opinion, the line #992 in src/playground.ts needs to be changed as follows:

context.fillRect(w * (d.x + 6) / 12, h - (h * (d.y + 6) / 12), 4, 4);
kwinkunks added a commit to kwinkunks/playground that referenced this issue Sep 3, 2021
The thumbnails are upside-down because of the position of the origin.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant