mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
LibWeb: Implement missing CanvasPath::lineTo()
steps
This commit is contained in:
parent
6128a28f17
commit
d951ee399f
Notes:
sideshowbarker
2024-07-18 03:35:30 +09:00
Author: https://github.com/MacDue
Commit: d951ee399f
Pull-request: https://github.com/SerenityOS/serenity/pull/23660
2 changed files with 21 additions and 1 deletions
|
@ -48,6 +48,8 @@ protected:
|
|||
private:
|
||||
Gfx::AffineTransform active_transform() const;
|
||||
|
||||
void ensure_subpath(float x, float y);
|
||||
|
||||
JS::NonnullGCPtr<Bindings::PlatformObject> m_self;
|
||||
Optional<CanvasState const&> m_canvas_state;
|
||||
Gfx::Path m_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue