* Append operators to the page content stream (foreground).
(ops: Operator[])
| 2658 | * Append operators to the page content stream (foreground). |
| 2659 | */ |
| 2660 | private appendOperators(ops: Operator[]): void { |
| 2661 | this.appendContent(serializeOperators(ops)); |
| 2662 | } |
| 2663 | |
| 2664 | /** |
| 2665 | * Prepend operators to the page content stream (background). |
no test coverage detected