Color and mask filters are not supported by the PDF backend |
|
||||||
Project Member Reported by jbroman@chromium.org, Jul 17 2013 | Back to list | ||||||
Issue descriptionIn particular, this causes shadows in Blink to render incorrectly for printing. For Blink's shadows to render correctly, this needs to be supported when drawing, at least: - text for text shadows - rects, rounded rects, and other paths (e.g. the rect-with-rounded-hole path used for inner shadows) for box shadows I have not yet investigated the possible types of shadows that can arise from SVG. Other browser vendors' backends appear to implement this feature by embedding bitmaps in the resulting PDF (e.g. Safari's output for a blue text shadow includes a solid blue rectangle and a mask image which shows the blurred text). A past attempt at this for text, at least, is at http://crrev.com/14854014, but that has stalled.
Jul 17 2013
,
Oct 24 2013
,
Jan 8 2014
,
Sep 10 2014
,
Jan 29 2015
,
Hal works on pdf now
Dec 7 2015
,
Mar 3 2017
,
This looks like a duplicate of skia:237
Jun 20 2017
,
|
|||||||
►
Sign in to add a comment |
Comment 1 by vandebo@chromium.org
, Jul 17 2013