Skip to content

Commit

Permalink
update figure scaling and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
lischilpp committed Jun 21, 2024
1 parent 4106fc0 commit 9294995
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var F = [
new vec(1, 1)
]

var scale = 30; // scaling of the shape
var scale = 28; // scaling of the shape
var can, ctx, halfWidth, halfHeight;

var a11, a12, a21, a22
Expand Down
Binary file modified screenshots/identity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/mirror_x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/skew_y.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9294995

Please sign in to comment.