Skip to content

Commit

Permalink
fix: fix issue with conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
neuqzxy committed Jan 26, 2025
1 parent 1f20163 commit fd189da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vrender-core/src/interface/graphic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -487,15 +487,11 @@ export type IGraphicStyle = ILayout &
texturePadding: number;

blur: number;
<<<<<<< HEAD
/**
* 设置图形对应的鼠标样式
*/
cursor: Cursor | null;
=======
filter: string;
cursor: Cursor | null; // 鼠标样式
>>>>>>> 27493122 (feat: support backgroundClip)
renderStyle?: 'default' | 'rough' | any;
/**
* HTML的dom或者string
Expand Down

0 comments on commit fd189da

Please sign in to comment.