Skip to content

Interface: IStrokeComputedStyle

Hierarchy

Table of contents

Properties

Properties

strokeAlign

Optional strokeAlign: IStrokeAlign

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:72


strokeWidth

Optional strokeWidth: number

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:73


strokeWidths

Optional strokeWidths: number[]

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:74


strokeWidthFixed

Optional strokeWidthFixed: IScaleFixed

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:75


strokeCap

Optional strokeCap: IStrokeCap

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:76


strokeJoin

Optional strokeJoin: IStrokeJoin

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:77


dashPattern

Optional dashPattern: number[]

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:78


dashOffset

Optional dashOffset: number

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:79


miterLimit

Optional miterLimit: number

Defined in

src/ui/packages/interface/src/ICommonAttr.ts:80

Released under the MIT License.