## What's broken `backgroundSrc` prop has no effect on `<FluidText>`. ## Reproduce \`\`\`tsx <FluidText text="fluid" backgroundSrc="/image.jpg" /> \`\`\` ## Expected vs actual | | | |---|---| | Expected | Image renders as background behind text | | Actual | No visible change | **Files likely touched:** `src/core/textures.ts`, `src/react/FluidText.tsx`
What's broken
backgroundSrcprop has no effect on<FluidText>.Reproduce
```tsx
```
Expected vs actual
Files likely touched:
src/core/textures.ts,src/react/FluidText.tsx