Bug 63912 - Support rgba() colors in SVG
Summary: Support rgba() colors in SVG
Status: RESOLVED DUPLICATE of bug 16183
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-04 09:41 PDT by Simon Fraser (smfr)
Modified: 2011-07-05 08:13 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2011-07-04 09:41:05 PDT
http://lists.w3.org/Archives/Public/public-fx/2010AprJun/0060.html etc.

We should just support rgba() in SVG. I think other browsers do.
Comment 1 Simon Fraser (smfr) 2011-07-04 09:43:05 PDT

*** This bug has been marked as a duplicate of bug 16183 ***
Comment 2 Dirk Schulze 2011-07-04 10:00:56 PDT
(In reply to comment #1)
> 
> *** This bug has been marked as a duplicate of bug 16183 ***

Wow! That was fast! Opened and fixed in exactly two minutes :D
Comment 3 Jonathan Kliegman 2011-07-05 07:50:24 PDT
I'm confused - was rgba() not working in SVG?  The original bug this is a duplicate of was fixed over a year ago so is there a regression?
Comment 4 Dirk Schulze 2011-07-05 07:56:57 PDT
(In reply to comment #3)
> I'm confused - was rgba() not working in SVG?  The original bug this is a duplicate of was fixed over a year ago so is there a regression?

It was fixed over a year ago. We didn't have a regression, that's why the bug was closed as duplicate. The bugs wasn't valid.
Comment 5 Simon Fraser (smfr) 2011-07-05 08:03:22 PDT
I just noticed a comment on Twitter, filed the bug, then decided to search for duplicates.
Comment 6 Jonathan Kliegman 2011-07-05 08:13:30 PDT
Thanks for the clarification.  Got worried I might have missed a case in the initial fix.