From c00fc4e31a8312537481a98fba1c0be6ba354e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 7 Nov 2005 01:11:02 +0000 Subject: [PATCH] default to B_MITER_JOIN too git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14727 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/DrawState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {