You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve SVG shadow rendering and bump version (fa12b39)
Replace multiple feDropShadow usages with explicit SVG filter chains (feGaussianBlur, feFlood, feComposite, feOffset, feMerge) to produce more consistent shadows and better control. Add universal stroke and filter attributes to text elements, expand SVG viewBox bounds to avoid clipping, and update FINAL_IMAGE_RENDERER_CACHE_VERSION. Also bump package version to 0.4.41 (package.json + package-lock.json). Changes target app/[type]/[id]/route.ts and package metadata. Full Changelog: v0.4.4...v0.4.41