统一分离标记图中文注释

说明紫色重建与绿色框绘制层级
This commit is contained in:
2026-09-09 15:16:39 +08:00
parent feb6bc0ad4
commit 7aa96e8438
@@ -30,7 +30,7 @@ fn build_marked_image_blocking(
.to_rgba8();
let width = image.width();
let height = image.height();
// Purple reconstruction comes first so the parent green frame remains visible on top.
// 先填充紫色重建区域,随后绘制绿色框,确保绿色框位于最上层。
for node in nodes {
for child in &node.children {
fill_rect(