We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca093f4 commit 6faaee2Copy full SHA for 6faaee2
Userland/Libraries/LibWeb/HTML/CanvasRenderingContext2D.cpp
@@ -63,7 +63,7 @@ void CanvasRenderingContext2D::set_stroke_style(String style)
63
64
String CanvasRenderingContext2D::stroke_style() const
65
{
66
- return m_fill_style.to_string();
+ return m_stroke_style.to_string();
67
}
68
69
void CanvasRenderingContext2D::stroke_rect(float x, float y, float width, float height)
0 commit comments