瀏覽代碼

Merge pull request #229 from frappe/fix-stroke-width

fix: default strokeWidth
tags/1.2.3
Rushabh Mehta 6 年之前
committed by GitHub
父節點
當前提交
269847589f
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/js/utils/draw.js

+ 1
- 1
src/js/utils/draw.js 查看文件

@@ -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…
取消
儲存