2012/7/9 Nikita Kitaev :
> On Sun, Jul 8, 2012 at 10:49 PM, Carlos López González
> wrote:
>> Hi!
>>
>> 2012/7/9 Nikita Kitaev :
>>> I updated my cairo png target so that it now works with the updates to
>>> the target system (see my branch at nikitakit_new_cairo_core_2).
>>>
>>> To render, run `s
On Sun, Jul 8, 2012 at 10:49 PM, Carlos López González
wrote:
> Hi!
>
> 2012/7/9 Nikita Kitaev :
>> I updated my cairo png target so that it now works with the updates to
>> the target system (see my branch at nikitakit_new_cairo_core_2).
>>
>> To render, run `synfig -t cairo_png file.sif`
>>
>> T
I have a question regarding to one of your changes. Isn't possible to
modify the configure file to force to use cairo version 1.12 instead
of check it on run time and simply break out the program flow?
2012/7/9 Nikita Kitaev :
> Please pull my latest changes from nikitakit_new_cairo_core_2. The
>
Hi!
2012/7/9 Nikita Kitaev :
> I updated my cairo png target so that it now works with the updates to
> the target system (see my branch at nikitakit_new_cairo_core_2).
>
> To render, run `synfig -t cairo_png file.sif`
>
> The colors are either shifted or inverted, I haven't figured out the cause
Hi!
2012/7/9 Nikita Kitaev :
> Please pull my latest changes from nikitakit_new_cairo_core_2. The
> first two commits are essential for the code to compile on my machine
> (Ubuntu 12.04).
OK, I'll apply them.
>The third changes the cairo API calls used in
> Context::accelerated_cairorender. (Cal
I updated my cairo png target so that it now works with the updates to
the target system (see my branch at nikitakit_new_cairo_core_2).
To render, run `synfig -t cairo_png file.sif`
The colors are either shifted or inverted, I haven't figured out the cause yet.
There's also two bugfixes in there
Author: Nikita Kitaev
Date: Sun Jul 1 18:19:30 2012 -0700
Working Cairo PNG target
---
synfig-core/src/modules/mod_png/Makefile.am|2 +
synfig-core/src/modules/mod_png/main.cpp |2 +
synfig-core/src/modules/mod_png/trgt_cairo_png.cpp | 125
sy
Please pull my latest changes from nikitakit_new_cairo_core_2. The
first two commits are essential for the code to compile on my machine
(Ubuntu 12.04). The third changes the cairo API calls used in
Context::accelerated_cairorender. (Calling cairo_paint() is simpler
than drawing a rectangle the siz
Author: Nikita Kitaev
Date: Sun Jul 8 15:58:28 2012 -0700
Change Context::accelerated_cairorender handling of straight blending
---
synfig-core/src/synfig/context.cpp | 19 ++-
1 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/synfig-core/src/synfig/context.c