mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
LibWeb/SVG: Stub SVGTransform.setRotate
This commit is contained in:
parent
effb696eef
commit
0bac2d5fbd
Notes:
sideshowbarker
2024-07-17 06:35:23 +09:00
Author: https://github.com/jamierocks
Commit: 0bac2d5fbd
Pull-request: https://github.com/SerenityOS/serenity/pull/24231
Reviewed-by: https://github.com/MacDue ✅
3 changed files with 11 additions and 1 deletions
|
@ -17,7 +17,7 @@ interface SVGTransform {
|
|||
// FIXME: undefined setMatrix(optional DOMMatrix2DInit matrix = {});
|
||||
undefined setTranslate(float tx, float ty);
|
||||
undefined setScale(float sx, float sy);
|
||||
// FIXME: undefined setRotate(float angle, float cx, float cy);
|
||||
undefined setRotate(float angle, float cx, float cy);
|
||||
// FIXME: undefined setSkewX(float angle);
|
||||
// FIXME: undefined setSkewY(float angle);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue