Skip to content

Commit 4d83898

Browse files
authored
Merge pull request #134 from martinRenou/fix_rough_style
Fix RoughStyle
2 parents 412bb3e + 97e4eb5 commit 4d83898

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)