cairocffi icon indicating copy to clipboard operation
cairocffi copied to clipboard

API compatibility with Pycairo: Composite Operators

Open StephanGocht opened this issue 1 year ago • 0 comments

There seems to be an API incompatibility preventing drop-in replacement with pycairo:

Operators in pycairo are accessed via cairo.Operator.CLEAR.

Operators in pycairo are accessed via cairocffi.OPERATOR_CLEAR.

This probably effects other enums as well.

StephanGocht avatar Oct 04 '23 19:10 StephanGocht