统一分离标记图中文注释
说明紫色重建与绿色框绘制层级
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user