Bug 14041 - Gradients seem to ignore opacity when printing (CoreGraphics bug)
Summary: Gradients seem to ignore opacity when printing (CoreGraphics bug)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-06-08 16:27 PDT by Alexander Kempgen
Modified: 2007-10-05 00:07 PDT (History)
0 users

See Also:


Attachments
testcase (463 bytes, image/svg+xml)
2007-06-08 16:30 PDT, Alexander Kempgen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kempgen 2007-06-08 16:27:53 PDT
printing an svg rect with (tiger) safari ignores opacity attributes

steps to reproduce:
- open the testcase with safari
- select "print" from the menu
- hit the "preview" button (print as pdf shows the same bug)
Comment 1 Alexander Kempgen 2007-06-08 16:30:16 PDT
Created attachment 14906 [details]
testcase

and i forgot to add in the description: this is about rects filled with a gradient, rects filled with a color work fine i think
Comment 2 Eric Seidel (no email) 2007-06-11 06:23:46 PDT
Hum... if it's gradients specifically, this might be a CG issue.  CG has to rasterize gradients for PDFs.  I'm not even sure if PDF support transparency -- it would be kinda strange if it didn't though.
Comment 3 Eric Seidel (no email) 2007-09-26 08:05:06 PDT
I'm nearly certain this is a CG issue, in which case this needs to be moved to Radar.  Thanks very much for the bug!
Comment 4 David Kilzer (:ddkilzer) 2007-09-27 09:26:42 PDT
<rdar://problem/5508986>
Comment 5 David Kilzer (:ddkilzer) 2007-10-05 00:07:41 PDT
Marking as RESOLVED/INVALID since this is not a WebKit bug.  Note that this is fixed in Leopard, but will not be fixed in Tiger.