![]() # Objective A nodes outline should be clipped using its own clipping rect, not its parents. fixes #10921 ## Solution Clip outlines by the node's own clipping rect, not the parent's. If you compare the `overflow` ui example in main with this PR, you'll see that the outlines that appear when you hover above the images are now clipped along with the images. --- ## Changelog * Outlines are now clipped using the node's own clipping rect, not the parent's. |
||
---|---|---|
.. | ||
mod.rs | ||
pipeline.rs | ||
render_pass.rs | ||
ui_material_pipeline.rs | ||
ui_material.wgsl | ||
ui_vertex_output.wgsl | ||
ui.wgsl |