If the shape is different than the alpha component of the content, then * setShape should be called with the shape. In particular, images and * devices have rectangular shape. */
| 132 | * devices have rectangular shape. |
| 133 | */ |
| 134 | void setShape(const Path& shape) { |
| 135 | path = shape; |
| 136 | } |
| 137 | |
| 138 | private: |
| 139 | PDFExportContext* drawContext = nullptr; |