Skip to content

Commit

Permalink
str to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetkathar1 committed Oct 6, 2022
1 parent dba97a3 commit fcdb412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration/elements.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When a string is provided, the following values are supported:
- `'rectRot'`
- `'star'`
- `'triangle'`
- `'false'`
- `false`

If the value is an image or a canvas element, that image or canvas element is drawn on the canvas using [drawImage](https://developer.mozilla.org/en/docs/Web/API/CanvasRenderingContext2D/drawImage).

Expand Down
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1825,7 +1825,7 @@ export type PointStyle =
| 'rectRot'
| 'star'
| 'triangle'
| 'false'
| false
| HTMLImageElement
| HTMLCanvasElement;

Expand Down

0 comments on commit fcdb412

Please sign in to comment.