Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hughfenghen committed Jan 25, 2025
1 parent b5ca389 commit e465512
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/av-cliper/src/sprite/rect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ export class Rect implements IRectBaseProps {

/**
* 是否固定中心点进行缩放
* 值为 true 时,{@link Rect.ctrls} 将固定中心点不变进行缩放
* 值为 false 时,{@link Rect.ctrls} 将固定对角点不变进行缩放
* 值为 true 时,固定中心点不变进行缩放
* 值为 false 时,固定对角点不变进行缩放
*/
fixedScaleCenter = false;

Expand Down

0 comments on commit e465512

Please sign in to comment.