Skip to content

Documentation / @ripl/core / PatternTileDot

Interface: PatternTileDot ​

Defined in: packages/core/src/pattern/types.ts:33

A filled circular dot within a pattern tile, filled with the pattern's foreground color.

Properties ​

PropertyTypeDescriptionDefined in
cxnumberThe x coordinate of the dot's center, in tile space.packages/core/src/pattern/types.ts:37
cynumberThe y coordinate of the dot's center, in tile space.packages/core/src/pattern/types.ts:39
kind"dot"Discriminant identifying the shape as a dot.packages/core/src/pattern/types.ts:35
radiusnumberThe radius of the dot, in tile-space pixels.packages/core/src/pattern/types.ts:41