mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
Update CTM
This commit is contained in:
parent
5e8ca9c18c
commit
ee3e2a45a0
@ -259,6 +259,8 @@ func (csp *ContentStreamProcessor) Process(resources *PdfPageResources) error {
|
||||
err = csp.handleCommand_K(op, resources)
|
||||
case "k":
|
||||
err = csp.handleCommand_k(op, resources)
|
||||
case "cm":
|
||||
err = csp.handleCommand_cm(op, resources)
|
||||
}
|
||||
if err != nil {
|
||||
common.Log.Debug("Processor handling error (%s): %v", op.Operand, err)
|
||||
|
Loading…
x
Reference in New Issue
Block a user