Merge pull request #229 from frappe/fix-stroke-width
fix: default strokeWidth
This commit is contained in:
commit
269847589f
@ -98,7 +98,7 @@ export function wrapInSVGGroup(elements, className='') {
|
||||
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', {
|
||||
className: className,
|
||||
d: pathStr,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user