ladybird/Userland
MacDue 909bcfe9a4 LibWeb: Resolve and paint simple SVG masks
This allows applying SVG <mask>s to elements. It is only implemented for
the simplest (and default) case:

	- mask-type = luminance
 	- maskContentUnits = maskContentUnits
 	- maskUnits = objectBoundingBox
	- Default masking area

It should be possible to extend to cover more cases. Though the layout
for maskContentUnits = objectBoundingBox will be tricky to figure out.
2023-09-19 10:46:05 +02:00
..
Applets Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
Applications Maps: Add MapsSettings with multiple tile providers options 2023-09-18 12:46:41 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
DevTools Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games GameOfLife: Replace DeprecatedString with String 2023-09-18 11:12:25 -06:00
Libraries LibWeb: Resolve and paint simple SVG masks 2023-09-19 10:46:05 +02:00
Services Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities Userland: Prefer non-fallible construction for LibGUI objects 2023-09-18 18:00:45 +02:00
CMakeLists.txt