[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSTabView
From: |
Fred Kiefer |
Subject: |
Re: NSTabView |
Date: |
Sun, 07 Mar 2010 22:41:51 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.1.5) Gecko/20091130 SUSE/3.0.0-1.1.1 Thunderbird/3.0 |
Am 07.03.2010 21:42, schrieb Eric Wasylishen:
> Hi, I wonder if the change I made in December to use CAIRO_EXTEND_PAD
> when drawing images is responsible for this. I just checked now and
> the cairo docs say CAIRO_EXTEND_PAD is only implemented in 1.6 and
> later for surface patterns.
>
> Maybe try commenting out the two calls to cairo_pattern_set_extend in
> CairoGState.m?
>
> -Eric
I bracketed these calls with a version check. Let's see whether this
helps. As this is a problem I cannot reproduce I am at complete lose here.
Fred