Cosmetic fix to doc (missing closing quote)

This commit is contained in:
mike-000
2020-08-28 22:27:33 +01:00
committed by GitHub
parent 6582f87383
commit f897503e10

View File

@@ -31,7 +31,7 @@ import {
* @property {number} [rotation=0] Rotation in radians (positive rotation clockwise).
* @property {boolean} [rotateWithView=false] Whether to rotate the shape with the view.
* @property {number|import("../size.js").Size} [scale=1] Scale. Unless two dimensional scaling is required a better
* result may be obtained with appropriate settings for `radius`, `radius1` and `radius2.
* result may be obtained with appropriate settings for `radius`, `radius1` and `radius2`.
*/
/**