[cairo] Simulate multiple camera views on the same subject
Arjen Nienhuis
a.g.nienhuis at gmail.com
Mon Apr 18 09:02:33 PDT 2011
On Mon, Apr 18, 2011 at 10:34, Janosch Scharlipp
<janoscharlipp at googlemail.com> wrote:
> Hi,
> i want to simulate different views ("cameras") on the same subject,
> where the cameras only see a small part of the subject, but with high
> resolution.
What about:
push_group()
<draw, draw, draw>
pop_to_source()
clip()
paint()
translate()
clip()
paint()
More information about the cairo
mailing list