Skip to content

Commit

Permalink
chore: change @SInCE 0.20.14 to @SInCE 0.20.15
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Nov 13, 2024
1 parent 07b60bd commit 1f73a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vrender-core/src/interface/graphic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export type IGraphicAttribute = IDebugType &
overflow: 'scroll' | 'hidden' | 'scroll-x' | 'scroll-y';
// 绘制fill和stroke的顺序,为0表示fill先绘制,1表示stroke先绘制
fillStrokeOrder: number;
// @since 0.20.14
// @since 0.20.15
// 保持stroke的scale,默认为false,为true的话stroke显示的宽度会随着scale变化
keepStrokeScale: boolean;
};
Expand Down

0 comments on commit 1f73a3b

Please sign in to comment.