mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2026-04-23 08:31:16 -04:00
fix: removes unrecognised svg stroke param
This commit is contained in:
@@ -47,8 +47,7 @@ export const IsoTileArea = ({
|
||||
|
||||
return {
|
||||
stroke: stroke.color,
|
||||
strokeWidth: stroke.width,
|
||||
strokeLinecap: 'round'
|
||||
strokeWidth: stroke.width
|
||||
};
|
||||
}, [stroke]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user