Skip to content

Commit

Permalink
2.0.1 v fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nakednous committed Oct 28, 2023
1 parent fc25fc5 commit 852a86f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions p5.quadrille.js
Original file line number Diff line number Diff line change
Expand Up @@ -1190,9 +1190,7 @@ class Quadrille {
textColor = this.TEXT_COLOR,
textZoom = this.TEXT_ZOOM,
background = this.BACKGROUND,
// TODO needs testing
//cellLength = this.CELL_LENGTH,
cellLength = this.width,
cellLength = int(max(width / this.width, height / this.height) / 10),
outlineWeight = this.OUTLINE_WEIGHT,
outline = this.OUTLINE,
imageDisplay = this.image,
Expand Down

0 comments on commit 852a86f

Please sign in to comment.