fixme comment

This commit is contained in:
Paul Marbach
2025-12-15 23:25:39 -05:00
parent 77138f640a
commit e3bced33a7
@@ -102,6 +102,7 @@ export const RadialArcPath = memo(
return (
<>
{/* FIXME: optimize this by only using clippath + foreign obj for gradients */}
<clipPath id={id}>
<path d={path} />
</clipPath>