weasel API - v0.8.0
    Preparing search index...

    Interface NodeInk

    How a painter inks its silhouette. See NodeShapeEntry.ink.

    interface NodeInk {
        filled: boolean;
        strokeWidth: number;
    }
    Index

    Properties

    Properties

    filled: boolean

    True when the silhouette's interior is painted, and so grabbable.

    strokeWidth: number

    Stroke width in world units. 0 for no stroke.