Revision: 27329
          http://sourceforge.net/p/bibdesk/svn/27329
Author:   hofman
Date:     2022-03-27 17:05:59 +0000 (Sun, 27 Mar 2022)
Log Message:
-----------
tweak doi image

Modified Paths:
--------------
    trunk/bibdesk/BDSKMainTableView.m

Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m   2022-03-27 16:36:03 UTC (rev 27328)
+++ trunk/bibdesk/BDSKMainTableView.m   2022-03-27 17:05:59 UTC (rev 27329)
@@ -491,17 +491,21 @@
             [[NSColor colorWithSRGBRed:1.0 green:0.7 blue:0.0 alpha:1.0] 
setFill];
             [NSBezierPath setDefaultLineWidth:0.3 * x];
             [[NSBezierPath bezierPathWithOvalInRect:NSMakeRect(0, 0, width, 
width)] fill];
-            NSBezierPath *p = [NSBezierPath 
bezierPathWithOvalInRect:NSMakeRect(1.5, x + 1.0, 0.5 * x + 1.0, 0.5 * x + 
1.0)];
-            [p moveToPoint:NSMakePoint(x + 0.5, x + 0.5)];
-            [p lineToPoint:NSMakePoint(x + 0.5, width - 0.5 * x - 0.5)];
-            [[NSColor blackColor] setStroke];
+            NSBezierPath *p = [NSBezierPath 
bezierPathWithOvalInRect:NSMakeRect(1.5 - 0.15 * x, 0.85 * x + 1.0, 0.65 * x + 
1.0, 0.8 * x + 1.0)];
+            [p appendBezierPathWithOvalInRect:NSMakeRect(1.5 + 0.15 * x, 1.15 
* x + 1.0, 0.2 * x + 1.0, 0.2 * x + 1.0)];
+            [p setWindingRule:NSEvenOddWindingRule];
+            [[NSColor blackColor] set];
+            [p fill];
+            p = [NSBezierPath bezierPath];
+            [p moveToPoint:NSMakePoint(0.5 * x + 2.5, x + 0.5)];
+            [p lineToPoint:NSMakePoint(0.5 * x + 2.5, 2.5 * x + 0.5)];
             [p stroke];
             p = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(1.5 * x, x + 
1.0, 0.5 * x + 1.0, 0.5 * x + 1.0)];
-            [p moveToPoint:NSMakePoint(width - 0.5 * x - 0.5, x + 0.5)];
-            [p lineToPoint:NSMakePoint(width - 0.5 * x - 0.5, 1.5 * x + 2.5)];
+            [p moveToPoint:NSMakePoint(2.5 * x + 0.5, x + 0.5)];
+            [p lineToPoint:NSMakePoint(2.5 * x + 0.5, 1.5 * x + 2.5)];
             [[NSColor whiteColor] set];
             [p stroke];
-            p = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(width - 0.75 
* x - 0.25, width - 0.75 * x - 1.25, 0.5 * x - 0.5, 0.5 * x - 0.5)];
+            p = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(2.25 * x + 
0.75, 2.25 * x - 0.25, 0.5 * x - 0.5, 0.5 * x - 0.5)];
             [p fill];
             [NSBezierPath setDefaultLineWidth:1.0];
         }] autorelease];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to