Skip to content

textmode.js / Textmodifier / LINE_STRIP

Property: LINE_STRIP

ts
readonly LINE_STRIP: LINE_STRIP;

Draw consecutive vertices as one connected open path.

Use this for trails, contours, oscillators, and continuous generative paths that should not automatically close.

Example