Re: Is there a cairo like surface for the screen without the window hassle

2015-02-03 Thread Travis Griggs
> On Feb 2, 2015, at 5:20 AM, Antoon Pardon > wrote: > > I need to have a program construct a number of designs. Of course I can > directly > use a pfd surface and later use a pdf viewer to check. But that becomes rather > cumbersome fast. But if I use a cairo-surface for on the screen I sudde

Re: Is there a cairo like surface for the screen without the window hassle

2015-02-03 Thread Antoon Pardon
Op 03-02-15 om 13:17 schreef Nobody: > On Mon, 02 Feb 2015 14:20:56 +0100, Antoon Pardon wrote: > >> I need to have a program construct a number of designs. Of course I can >> directly use a pfd surface and later use a pdf viewer to check. But that >> becomes rather cumbersome fast. But if I use a

Re: Is there a cairo like surface for the screen without the window hassle

2015-02-03 Thread Nobody
On Mon, 02 Feb 2015 14:20:56 +0100, Antoon Pardon wrote: > I need to have a program construct a number of designs. Of course I can > directly use a pfd surface and later use a pdf viewer to check. But that > becomes rather cumbersome fast. But if I use a cairo-surface for on the > screen I suddenl

Re: Is there a cairo like surface for the screen without the window hassle

2015-02-02 Thread Paul Rubin
Antoon Pardon writes: > So does someone know of a package that provides a cairo like surface Not sure what a cairo like surface is, but maybe you want HTML5 Canvas that's built into recent browsers. So you'd just embed a web server in your application and interact with it through a browser. --

Is there a cairo like surface for the screen without the window hassle

2015-02-02 Thread Antoon Pardon
I need to have a program construct a number of designs. Of course I can directly use a pfd surface and later use a pdf viewer to check. But that becomes rather cumbersome fast. But if I use a cairo-surface for on the screen I suddenly have to cope with expose events and all such things I am not rea