Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2021-04-30 23:25:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9d46b8879bb1c5c011678dee0ca07ed5e54bc715
9d46b887
1 parent
ae7038df
brush 끝에 round 처리
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
gif-generator/src/components/Brush.js
gif-generator/src/components/Brush.js
View file @
9d46b88
...
...
@@ -22,6 +22,9 @@ class Brush extends ComponentInterface {
return
new
fabric
.
Path
(
paths
,
{
stroke
:
this
.
color
.
getRgba
(),
strokeWidth
:
this
.
size
,
fill
:
null
,
strokeLineCap
:
"round"
,
strokeLineJoin
:
"round"
,
});
}
...
...
Please
register
or
login
to post a comment