Revision: 14605
          http://sourceforge.net/p/skim-app/code/14605
Author:   hofman
Date:     2024-10-29 16:55:11 +0000 (Tue, 29 Oct 2024)
Log Message:
-----------
we should actually draw the annotation

Modified Paths:
--------------
    trunk/SkimNotes/PDFAnnotation_SKNExtensions.m

Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.m       2024-10-29 16:51:41 UTC 
(rev 14604)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.m       2024-10-29 16:55:11 UTC 
(rev 14605)
@@ -186,6 +186,7 @@
                 break;
         }
         CGContextRotateCTM(ctx, [page rotation] * M_PI / 180.0);
+        [annotation drawWithBox:kPDFDisplayBoxCropBox inContext:ctxt];
     }];
     return image;
 }

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to