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 &quot;Blend Modes&quot;) which appears in cairo 1.10, according to the documentation. But, in pycairo 1.10.0, I can&#39;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 &quot;git cloned&quot; the rep and found in src/cairomodule.c : &quot;CONSTANT(OPERATOR_CLEAR); CONSTANT(OPERATOR_SOURCE); ...&quot;</div><div>Would it be as easy as adding &quot;CONSTANT(OPERATOR_MULTIPLY);&quot; to enable it under pycairo ??? Hopelessly, I can&#39;t build py2cairo right now under Windows because I don&#39;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>