You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| className | PropTypes.string | "" | Class for using with CSS selectors |
132
+
| strokeColor | PropTypes.string | black | Pen color |
133
+
| canvasColor | PropTypes.string | white | canvas color (HTML colors) |
134
+
| backgroundImage | PropTypes.string | '' | Set SVG background with image URL |
135
+
| exportWithBackgroundImage | PropTypes.bool | true | Keep background image on image/SVG export (on false, canvasColor will be set as background) |
136
+
| preserveBackgroundImageAspectRatio | PropTypes.string | none | Set aspect ratio of the background image. For possible values check [MDN docs][preserveaspectratio]|
| className | PropTypes.string | "" | Class for using with CSS selectors |
121
+
| strokeColor | PropTypes.string | black | Pen color |
122
+
| canvasColor | PropTypes.string | white | canvas color (HTML colors) |
123
+
| backgroundImage | PropTypes.string | '' | Set SVG background with image URL |
124
+
| exportWithBackgroundImage | PropTypes.bool | true | Keep background image on image/SVG export (on false, canvasColor will be set as background) |
125
+
| preserveBackgroundImageAspectRatio | PropTypes.string | none | Set aspect ratio of the background image. For possible values check [MDN docs][preserveaspectratio]|
0 commit comments