Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed bugs
  • Loading branch information
acamposuribe authored Sep 17, 2024
1 parent 9c9659e commit 6f03c31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,15 +372,15 @@ Functions for managing brush behaviors and properties.
spacing: 0.6,
blend: true,
pressure: {
type: "custom",
type: "standard",
min_max: [1.35,1],
curve: [0.35,0.25] // Values for the bell curve
},
tip: (_m) => {
// in this example, the tip is composed of two squares, rotated 45 degrees
// Always execute drawing functions within the _m buffer!
_m.rotate(45), _m.rect(-1.5,-1.5,3,3), _m.rect(1,1,1,1);
}
},
rotate: "natural",
})
```
Expand Down

0 comments on commit 6f03c31

Please sign in to comment.