Skip to content

Commit

Permalink
feat: modify extended area stroke width 20px to 12px
Browse files Browse the repository at this point in the history
  • Loading branch information
LTakhyunKim committed Sep 6, 2022
1 parent 35f54a3 commit 36f711c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const polyline: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'grab',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const polygonStyle: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'pointer',
},
Expand All @@ -104,7 +104,7 @@ export const polylineStyle: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'pointer',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const circleStyle: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'grab',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const circleStyle: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'pointer',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const polylineStyle: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'pointer',
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const polyline: ViewerStyle = {
},
extendsArea: {
fill: 'transparent',
strokeWidth: '20px',
strokeWidth: '12px',
stroke: 'transparent',
cursor: 'grab',
},
Expand Down

0 comments on commit 36f711c

Please sign in to comment.