Skip to content

Commit

Permalink
Change default pen width from 5 to 3 (#172)
Browse files Browse the repository at this point in the history
Better for pen drawing, and gives more room to grow given current settings
  • Loading branch information
edemaine committed May 30, 2021
1 parent 7ce298d commit 5ac3ae2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ To see every change with descriptions aimed at developers, see
As a continuously updated web app, Cocreate uses dates
instead of version numbers.

## 2021-05-30

* Default line width changed from 5 to 3.
This is better for pen drawing, and gives more room to grow.
[[#172](https://github.com/edemaine/cocreate/issues/172)]

## 2021-05-06

* Fix <kbd>Alt</kbd> key behavior when drawing rectangles, ellipses,
Expand Down
2 changes: 1 addition & 1 deletion client/tools/width.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export widths = [
6
7
]
export currentWidth = new ReactiveVar 5
export currentWidth = new ReactiveVar 3

widthSize = 22

Expand Down

0 comments on commit 5ac3ae2

Please sign in to comment.