Render URL-backed SVG masks - #502
Merged
Merged
Conversation
This was referenced Sep 18, 2026
wieslawsoltes
force-pushed
the
feature/css-svg-mask-500
branch
from
September 18, 2026 23:06
44d15d1 to
b75b776
Compare
wieslawsoltes
force-pushed
the
feature/css-svg-mask-500
branch
from
September 18, 2026 23:10
b75b776 to
1869b3a
Compare
wieslawsoltes
changed the base branch from
feature/css-mask-shorthand-499
to
main
September 18, 2026 23:10
This was referenced Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem and result
Unchanged Code OSS uses URL-backed SVG masks for activity, view, file, progress, welcome, extension, MCP, release-note, and theme icons. The retained engine previously projected only linear-gradient masks, leaving these consumers unmasked or rendered as solid rectangles.
This dependent stack change:
webscene-mask-svg-v1resources with viewBox, repeat, position, size, and immutable markup;DstInlayer in Skia/Avalonia/Uno and Flutter;webscene-mask-invalid-v1;docs/validation/css-svg-mask-20260919.md.Flutter support in this slice is deliberately bounded to untransformed filled path, rect, circle, ellipse, and polygon geometry. Groups, defs/use, embedded images, text, strokes, transforms, unsupported fill rules, raster masks, multiple layers, luminance mode, and non-add composites remain explicit fail-closed boundaries.
GitHub stack
This PR is based on
feature/css-mask-shorthand-499. Merge #501 first, retarget this PR tomain, then merge this PR.Validation
git diff --checkpassed. Native retained-scene and Skia backend regressions were authored but not executed. Provider tip isabf311e5f237c4718c2a785c9ab76f682bc2bfda; this consumer tip isb75b7769bf05c1e3ce8579fc3b6f991224e60d77. Automatically started workflows were canceled to conserve the queue. Builds, browser/native/WPT, pixels, performance, memory, package, and broad CI validation remain deferred under the current throughput directive and are recorded in #500, #256, and #235.Closes #500