mirror of
https://github.com/xiaoqidun/ofdgo.git
synced 2026-08-30 12:12:40 +08:00
feat(加强兼容): 强化图形和字体绘制
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user