mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
2005-01-20 22:39 Alexander Malmberg <alexander@malmberg.org>
* Source/art/ARTContext.m (-initWithContextInfo:): Enable stroke adjusting for the default gstate. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@20587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14420ccf0d
commit
d0438ce1f1
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-01-20 22:39 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/ARTContext.m (-initWithContextInfo:): Enable stroke
|
||||
adjusting for the default gstate.
|
||||
|
||||
2005-01-20 17:58 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/xlib/XGGState.m (-DPSrectstroke::::): Don't decrease
|
||||
|
|
|
@ -666,6 +666,7 @@ very expensive
|
|||
gstate = [[ARTGState allocWithZone: [self zone]] initWithDrawContext: self];
|
||||
[gstate DPSsetalpha: 1.0];
|
||||
[gstate DPSsetlinewidth: 1.0];
|
||||
[gstate DPSsetstrokeadjust: 1];
|
||||
|
||||
#ifdef RDS
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue