fix: default strokeWidth
This commit is contained in:
parent
aea0c5def0
commit
628602cdf3
@ -98,7 +98,7 @@ export function wrapInSVGGroup(elements, className='') {
|
|||||||
return g;
|
return g;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function makePath(pathStr, className='', stroke='none', fill='none', strokeWidth=0) {
|
export function makePath(pathStr, className='', stroke='none', fill='none', strokeWidth=2) {
|
||||||
return createSVG('path', {
|
return createSVG('path', {
|
||||||
className: className,
|
className: className,
|
||||||
d: pathStr,
|
d: pathStr,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user