Get or set multiple spline properties at once.
Similar to splineProperty(): splineProperty('tightness', t)
is the same as splineProperties({'tightness': t})
Examples
Syntax
splineProperties(properties)
splineProperties()
Parameters
properties
Object: An object containing key-value pairs to set.
Returns
Object: The current spline properties.
Notice any errors or typos? Please let us know. Please feel free to edit src/shape/custom_shapes.js and open a pull request!