1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:28:11 +00:00
serenity/Userland
MacDue 570d71f869 LibWeb: Parse the transform attribute when set on SVGGraphicsElements
This uses the new attribute parser functionality, and then resolves the
transform list into a single Gfx::AffineTransform.

This also adds a .get_transform() function which resolves the final
transform, by applying all parent transforms.
2023-04-12 07:40:22 +02:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications FileManager: Use a thousands separator for numbers in PropertiesWindow 2023-04-11 13:03:30 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Tubes: Remove unused includes 2023-04-11 06:38:18 -04:00
DevTools HackStudio: Add configuration domain pledge for FileManager 2023-04-06 08:56:57 +01:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Libraries LibWeb: Parse the transform attribute when set on SVGGraphicsElements 2023-04-12 07:40:22 +02:00
Services Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Shell Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
Utilities icc: Print if a curve looks like the sRGB curve 2023-04-11 18:23:07 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00