> 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
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
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
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.
--
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