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