We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 412bb3e + 97e4eb5 commit 4d83898Copy full SHA for 4d83898
src/widget.ts
@@ -456,7 +456,7 @@ class CanvasModel extends DOMWidgetModel {
456
457
export
458
class RoughCanvasModel extends CanvasModel {
459
- static ROUGH_ATTRS: string[] = new Array(100).concat(['rough_fill_style', 'roughness', 'bowing']);
+ static ROUGH_ATTRS: string[] = new Array(100).concat(['roughFillStyle', 'roughness', 'bowing']);
460
461
defaults() {
462
return {...super.defaults(),
0 commit comments