Simon Fraser
Simon Fraser
Maciej pointed out that the HTML spec doesn't actually say that SVG images use "Secure Animated Mode", and that HTML probably needs a central place to define valid image resources...
https://bugs.webkit.org/show_bug.cgi?id=196698
It's notable that the canvas API doesn't allow for graphical grouping for opacity or compositing either, so any solution for filters should also be generalizable to allow for group opacity...
I'm surprised this was merged without more discussion, particularly about how to achieve group effects. I think the API as it stands is a footgun, encouraging authors to write inefficient...
This is a draft because using FEColorMatrix is about 3x slower in software than FEComponentTransfer in a small test that I made.
Is this just a rename, or does it fix the bug in the title?
That wasn't clear from the commit message. Can you separate the renames from the bug fix?
> #### [f120429](https://github.com/WebKit/WebKit/commit/f12042996db43cc68d264d610bcd1aebc8a49e98) > Fix strokeStyle changes not being applied for successive stroke line operations. Please describe the user-facing bug. Is there an existing bugzilla you can use?
There is: please use https://bugs.webkit.org/show_bug.cgi?id=245145
Can we make testcases that have really long (year-long) animations, with animation delay used to put you in the middle? That should allow us to ref-test the CA codepath.