Sorry for the slow reply -- I've been considerably busy recently. On Thu, 2010-11-04 at 18:18 +0100, Rasmus Andersson wrote: > Hi, > > I've patched libcss to support the rgba() CSS "function": > > rgba(0, 0, 0, 0.2) => 0x00000033
This part looks mostly fine, though I'll be cleaning it up somewhat before committing it. > This patch also changes the default value of the alpha component to > 0xff (100% opaque). i.e: > > black => 0x000000ff > #000000 => 0x000000ff > #123 => 0x112233ff This change is somewhat problematic, as it will break backwards compatibility. Thus, I'm not inclined to accept this part of your patch at this time. Thanks, J.
