Revision: 3277
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3277&view=rev
Author:   hofman
Date:     2007-11-28 12:47:10 -0800 (Wed, 28 Nov 2007)

Log Message:
-----------
Set default line width when using stroke. The line width sometimes gets changed 
outside our control.

Modified Paths:
--------------
    trunk/NSImage_SKExtensions.m

Modified: trunk/NSImage_SKExtensions.m
===================================================================
--- trunk/NSImage_SKExtensions.m        2007-11-27 16:58:14 UTC (rev 3276)
+++ trunk/NSImage_SKExtensions.m        2007-11-28 20:47:10 UTC (rev 3277)
@@ -123,6 +123,8 @@
     NSSize noteSize = NSMakeSize(15.0, 11.0);
     NSBezierPath *path;
     
+    [NSBezierPath setDefaultLineWidth:1.0];
+    
     backAdornImage = [[NSImage alloc] initWithSize:size];
     [backAdornImage lockFocus];
     [[NSGraphicsContext currentContext] saveGraphicsState];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to