pixi.js
    Preparing search index...

    Type Alias PatternRepetition

    PatternRepetition: "repeat" | "repeat-x" | "repeat-y" | "no-repeat"

    Defines the repetition modes for fill patterns.

    • repeat: The pattern repeats in both directions.
    • repeat-x: The pattern repeats horizontally only.
    • repeat-y: The pattern repeats vertically only.
    • no-repeat: The pattern does not repeat.