generated from gxc-solutions/gxc-template-repo
Change fill/stroke
This commit is contained in:
parent
5d1acba69c
commit
5f2ce822fc
3 changed files with 5 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { IColor } from "./color";
|
||||
import { IRgbColor } from "./color";
|
||||
|
||||
export interface IStroke {
|
||||
width: number;
|
||||
color: IColor;
|
||||
color: IRgbColor;
|
||||
dash: number[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue