Bastiaan van der Plaat
fc380bf516
LibWeb: Add DOMMatrix skewX and skewY
2023-09-05 20:30:36 +02:00
Bastiaan van der Plaat
5cd35b633a
LibWeb: Add DOMMatrix translate
2023-09-03 15:05:41 +02:00
Bastiaan van der Plaat
61c063f7b3
LibWeb: Add DOMMatrix multiply
2023-09-03 15:05:41 +02:00
Bastiaan van der Plaat
ff1bcc694d
LibWeb: Add DOMMatrix and DOMMatrixReadOnly fromMatrix
2023-09-03 15:05:41 +02:00
Shannon Booth
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
...
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +01:00
Luke Wilde
a90667e79c
LibWeb: Add initial implementation of DOMMatrix(ReadOnly)
...
This is currently missing a lot of functions and initialisation from a
<transform-list> string, but is enough for Ruffle.
2023-02-27 20:55:09 +01:00