Hi,<div><br></div><div><br></div><div>I am not very used to community mailing lists, nor to ask questions to everybody.</div><div><br></div><div>I am using py2cairo, the cairo bindings for Python 2, under Windows. I use it with pygame, everything works fine, now that I found the correct dlls (maybe I could write a tuto about that)...</div>
<div><br></div><div><br></div><div>I am now trying to use the CAIRO_OPERATOR_MULTIPLY (<a href="http://cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t" target="_blank">http://cairographics.org/manual/cairo-cairo-t.html#cairo-operator-t</a>, and <a href="http://cairographics.org/operators/" target="_blank">http://cairographics.org/operators/</a> in "Blend Modes") which appears in cairo 1.10, according to the documentation. But, in pycairo 1.10.0, I can't find it as cairo.OPERATOR_MULTIPLY (<a href="http://cairographics.org/documentation/pycairo/3/reference/constants.html#constants-operator" target="_blank">http://cairographics.org/documentation/pycairo/3/reference/constants.html#constants-operator</a>).</div>
<div><br></div><div>So, I "git cloned" the rep and found in src/cairomodule.c : "CONSTANT(OPERATOR_CLEAR); CONSTANT(OPERATOR_SOURCE); ..."</div><div>Would it be as easy as adding "CONSTANT(OPERATOR_MULTIPLY);" to enable it under pycairo ??? Hopelessly, I can't build py2cairo right now under Windows because I don't have any building system installed yet, and it does not look easy at all.</div>
<div><br></div><div><br></div><div><br></div><div>Thank you all for this great work around cairo.</div><div><br></div><div><br></div><div><br></div>