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
skills: update implement-widget to reflect transparent SVG backgrounds
After commit be80841 removed per-widget white background rects, the
skill's blanket "every template must start with a white rect" rule
became wrong. Update the guidance: only templates whose rendered
geometry is smaller than the SVG viewport (separator-style) need the
white rect; card-style and chip-style templates omit it because the
alpha-mask compositing in render_dashboard() handles transparency
correctly.
Also switch the simple-pattern example from hardcoded fill="white" to
{{ hex_white }} to match the actual separator template.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments