-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
The outline function is not exposed.
In order to outline a layer, we should refer to the private APIs. Example outlying a text layer:
let outline = layer.sketchObject.layersByConvertingToOutlines();
let outlineText = sketch.fromNative(outline[0]);
It would be nice to have something like:
let outlineText = layer.outline();
sandstrom
Metadata
Metadata
Assignees
Labels
No labels