feat(渲染优化): 完善渲染逻辑
build.yaml / build (push) Successful in 34s

This commit is contained in:
2026-07-16 11:15:29 +08:00
parent bc02d9e7f6
commit 6aa4e99530
5 changed files with 288 additions and 39 deletions
+2 -1
View File
@@ -58,7 +58,7 @@ type GraphicObject struct {
// Clips 裁剪区域集合
type Clips struct {
TransFlag bool `xml:"TransFlag,attr"`
TransFlag *bool `xml:"TransFlag,attr"`
Clip []Clip `xml:"Clip"`
}
@@ -210,6 +210,7 @@ type ImageObject struct {
ID string `xml:"ID,attr"`
Boundary string `xml:"Boundary,attr"`
ResourceID string `xml:"ResourceID,attr"`
ImageMask string `xml:"ImageMask,attr"`
CTM string `xml:"CTM,attr"`
Alpha *int `xml:"Alpha,attr"`
Visible *bool `xml:"Visible,attr"`