Revision: 27330
          http://sourceforge.net/p/bibdesk/svn/27330
Author:   hofman
Date:     2022-03-27 22:03:21 +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 17:05:59 UTC (rev 27329)
+++ trunk/bibdesk/BDSKMainTableView.m   2022-03-27 22:03:21 UTC (rev 27330)
@@ -491,21 +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 - 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)];
+            NSBezierPath *p = [NSBezierPath 
bezierPathWithOvalInRect:NSMakeRect(0.5 + 0.1 * x, 0.975 * x + 0.5, 0.9 * x, 
1.05 * x)];
+            [p appendBezierPathWithOvalInRect:NSMakeRect(0.5 + 0.4 * x, 1.275 
* x + 0.5, 0.45 * x, 0.45 * x)];
             [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 moveToPoint:NSMakePoint(x + 0.5, x + 0.5)];
+            [p lineToPoint:NSMakePoint(x + 0.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 = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(1.375 * x + 
0.5, 1.125 * x + 0.5, 0.75 * x, 0.75 * x)];
             [p moveToPoint:NSMakePoint(2.5 * x + 0.5, x + 0.5)];
-            [p lineToPoint:NSMakePoint(2.5 * x + 0.5, 1.5 * x + 2.5)];
+            [p lineToPoint:NSMakePoint(2.5 * x + 0.5, 2.0 * x + 0.5)];
             [[NSColor whiteColor] set];
             [p stroke];
-            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 = [NSBezierPath bezierPathWithOvalInRect:NSMakeRect(2.3 * x + 
0.5, 2.1 * x + 0.5, 0.4 * x, 0.4 * x)];
             [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