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 0485851 commit 5f5ff30Copy full SHA for 5f5ff30
src/core/PaperScope.js
@@ -266,9 +266,11 @@ var PaperScope = Base.extend(/** @lends PaperScope# */{
266
},
267
268
/**
269
- * Returns a valid HTML canvas you can use. Internally, this may reuse an existing canvas.
+ * Returns a valid HTML canvas you can use.
270
+ * Internally, this may reuse an existing canvas.
271
*
- * This either accepts width and height as two arguments, or you can pass in an object with "width" and "height" properties.
272
+ * This either accepts width and height as two arguments, or you can pass
273
+ * in an object with "width" and "height" properties.
274
275
* @param {Number|Object} width
276
* @param {Number} height
0 commit comments