RESOLVED FIXED 185356
Draw a drop-shadow behind the system preview badge
https://bugs.webkit.org/show_bug.cgi?id=185356
Summary Draw a drop-shadow behind the system preview badge
Dean Jackson
Reported 2018-05-05 14:50:26 PDT
Draw a drop-shadow behind the system preview badge
Attachments
Patch (6.59 KB, patch)
2018-05-05 15:02 PDT, Dean Jackson
wenson_hsieh: review+
Radar WebKit Bug Importer
Comment 1 2018-05-05 14:51:47 PDT
Dean Jackson
Comment 2 2018-05-05 15:02:00 PDT
Wenson Hsieh
Comment 3 2018-05-05 15:19:34 PDT
Comment on attachment 339656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=339656&action=review > Source/WebCore/rendering/RenderThemeIOS.mm:1853 > + RetainPtr<CGPathRef> circle = adoptCF(CGPathCreateWithRoundedRect(absoluteBadgeRect, badgeDimension / 2, badgeDimension / 2, nullptr)); Nit - I think we generally auto these.
Dean Jackson
Comment 4 2018-05-05 15:43:16 PDT
Darin Adler
Comment 5 2018-05-06 17:06:40 PDT
Comment on attachment 339656 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=339656&action=review >> Source/WebCore/rendering/RenderThemeIOS.mm:1853 >> + RetainPtr<CGPathRef> circle = adoptCF(CGPathCreateWithRoundedRect(absoluteBadgeRect, badgeDimension / 2, badgeDimension / 2, nullptr)); > > Nit - I think we generally auto these. I often work with both of you on WebKit and I endorse this message.
Note You need to log in before you can comment on or make changes to this bug.