1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 09:48:11 +00:00
serenity/Userland
MacDue b2a0d70ef3 LibWeb: Fix some conic-gradient() painting issues
This makes the center position the center of the pixel rather than
the top left corner (which fixes some small artifacts on a few
gradients).

This also now floors the angle used to sample from the gradient line,
this avoids the colors diverging the further away from the center you
get (which is noticeable on hard-edge gradients).
2022-11-06 01:42:55 +00:00
..
Applets Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
Applications Browser: Add a context menu item to take a full document screenshot 2022-11-05 09:29:28 +01:00
Demos Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DevTools Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DynamicLoader LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
Games Games: Add BrickGame 2022-11-05 16:35:13 -06:00
Libraries LibWeb: Fix some conic-gradient() painting issues 2022-11-06 01:42:55 +00:00
Services WebContent: Capture horizontal overflow in full document screenshots 2022-11-05 17:21:30 +00:00
Shell Shell: Re-block SIGTT{IN,OU} on start 2022-11-03 00:01:42 +03:30
Utilities Userland: Add support for jails 2022-11-05 18:00:58 -06:00
CMakeLists.txt Meta+Userland: Add ENABLE_USERSPACE_COVERAGE_COLLECTION CMake option 2022-05-02 01:46:18 +02:00