Skip to content

Commit 97e4eb5

Browse files
committed
Fix RoughStyle
Signed-off-by: martinRenou <[email protected]>
1 parent 412bb3e commit 97e4eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ class CanvasModel extends DOMWidgetModel {
456456

457457
export
458458
class RoughCanvasModel extends CanvasModel {
459-
static ROUGH_ATTRS: string[] = new Array(100).concat(['rough_fill_style', 'roughness', 'bowing']);
459+
static ROUGH_ATTRS: string[] = new Array(100).concat(['roughFillStyle', 'roughness', 'bowing']);
460460

461461
defaults() {
462462
return {...super.defaults(),

0 commit comments

Comments
 (0)