mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-28 00:49:19 -05:00
fix: removes unrecognised svg attributes
This commit is contained in:
@@ -48,8 +48,6 @@ export const IsoTileArea = ({
|
||||
return {
|
||||
stroke: stroke.color,
|
||||
strokeWidth: stroke.width,
|
||||
strokeAlignment: 'center',
|
||||
strokeLineJoin: 'round',
|
||||
strokeLineCap: 'round'
|
||||
};
|
||||
}, [stroke]);
|
||||
|
||||
Reference in New Issue
Block a user