mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 01:52:03 +00:00
fix: fix border lineWidth
This commit is contained in:
parent
82ff103800
commit
dbac56329f
@ -212,7 +212,8 @@ export function createFrameBorder(
|
||||
const borderRect = createRect({
|
||||
fill: false,
|
||||
stroke: false,
|
||||
pickable: false
|
||||
pickable: false,
|
||||
lineWidth: 0
|
||||
});
|
||||
borderRect.name = 'border-rect';
|
||||
group.addChild(borderRect);
|
||||
|
Loading…
Reference in New Issue
Block a user