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.
1 parent 412bb3e commit 97e4eb5Copy full SHA for 97e4eb5
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