feat(加强兼容): 强化图形和字体绘制

This commit is contained in:
2026-07-01 14:25:52 +08:00
parent 547a938359
commit b85dd88ce2
3 changed files with 53 additions and 35 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ func (c *CompositeGraphicUnit) decodeObject(d *xml.Decoder, start xml.StartEleme
return err
}
c.Clips = &clips
case "PageBlock":
case "Content", "PageBlock":
return c.decodePageBlock(d, start)
default:
return d.Skip()