Skip to content

Commit

Permalink
feat: figure text background color support gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
liihuu committed Aug 22, 2023
1 parent fe47baf commit 0db4a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/Options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export interface TextStyle extends Padding {
borderSize: number
borderColor: string
borderRadius: number
backgroundColor: string
backgroundColor: string | CanvasGradient
}

/**
Expand Down

0 comments on commit 0db4a46

Please sign in to comment.