Skip to main content

PathMake

Type

operator

Summary

Creates a new path.

Syntax

path <mInstructions>

Description

Creates a new path.

Parameters

NameTypeDescription

mInstructions

An expression which evaluates to a string.

Examples

// Create a closed path with a line and some curves
variable tPath as Path
put path "M10,10 L50,100 Q100,100 100,50 C75,50 50,25 50,10z" into tPath
Thank you for your feedback!

Was this page helpful?