How do I replace pixels on a cairo ARGB surface with new alpha=0 pixels?<div><br></div><div>Explanation: I want to "erase" what is painted already, not paint over pixels with invisible paint (which is what all of my experimentation has ended up doing).</div>
<div><br></div><div>A pycairo snippet would be much appreciated. Thanks!</div>