Commit 6ae9904a authored by zhengke's avatar zhengke

新增裁剪形状

parent 96a0d83c
......@@ -48,10 +48,25 @@ export const CLIPPATHS: ClipPath = {
},
},
rect4: {
name: '矩形4',
name: '圆角矩形1',
type: ClipPathTypes.RECT,
style: 'inset(0 0 0 0 round 0px 0px 0px 150px)',
},
rect5: {
name: '圆角矩形2',
type: ClipPathTypes.RECT,
style: 'inset(0 0 0 0 round 0px 0px 150px 0px)',
},
rect6: {
name: '圆角矩形3',
type: ClipPathTypes.RECT,
style: 'inset(0 0 0 0 round 150px 0px 0px 0px)',
},
rect7: {
name: '圆角矩形4',
type: ClipPathTypes.RECT,
style: 'inset(0 0 0 0 round 0px 150px 0px 0px)',
},
roundRect: {
name: '圆角矩形',
type: ClipPathTypes.RECT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment