Bug 53697 - Canvas shadow radii do not match the HTML spec
Summary: Canvas shadow radii do not match the HTML spec
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-03 11:07 PST by Simon Fraser (smfr)
Modified: 2022-06-01 18:48 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-02-03 11:07:42 PST
The HTML spec changed recently to remove the CG-derived radius hack. Mozilla now conform to the spec, and we should too. See 

https://bugzilla.mozilla.org/show_bug.cgi?id=600428
http://hg.mozilla.org/mozilla-central/rev/830111e10951
Comment 1 Dirk Schulze 2014-04-03 02:21:59 PDT
Do you have an example file? Do we even want to fix it?
Comment 2 Ahmad Saleem 2022-06-01 15:04:37 PDT
Test case from Mozilla Bug - https://dbaron.org/css/test/2010/shadow-blur

Safari 15.5 on macOS 12.4 matches other browsers like Chrome Canary 104 and Firefox Nightly 103 in the above and if it is related to this bug as per Comment 01 then it is fixed IMO.

If I am testing wrong or this is about something else. Please ignore. Thanks!
Comment 3 Alexey Proskuryakov 2022-06-01 18:48:11 PDT
Current rendering looks nothing like what the explanatory text says it should be ("should match Tab's demo with sigma=50"), so leaving to Simon to decide if we are good now.