SketchAPI
SketchAPI copied to clipboard
APIs missing: Corner Radius
APIs for handling the corner radius are currently missed. I don't know how to set the corner radius type.
To set the corner radius value the current way is:
layer.points.forEach(
(point) => (point.cornerRadius = value)
);
layer.sketchObject.setFixedRadius(value);