diff --git a/src/servers/app/DrawState.cpp b/src/servers/app/DrawState.cpp index 49943687e6..2ce58790fd 100644 --- a/src/servers/app/DrawState.cpp +++ b/src/servers/app/DrawState.cpp @@ -37,7 +37,7 @@ DrawState::DrawState() fFontAliasing(false), fSubPixelPrecise(false), fLineCapMode(B_BUTT_CAP), - fLineJoinMode(B_BEVEL_JOIN), + fLineJoinMode(B_MITER_JOIN), fMiterLimit(B_DEFAULT_MITER_LIMIT), fPreviousState(NULL) {