Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
pptist
Commits
6ae9904a
Commit
6ae9904a
authored
Dec 21, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增裁剪形状
parent
96a0d83c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
imageClip.ts
src/configs/imageClip.ts
+16
-1
No files found.
src/configs/imageClip.ts
View file @
6ae9904a
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment