Revision: 2888
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2888&view=rev
Author:   hofman
Date:     2007-09-10 16:41:23 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
Export zero border width in fdf when no border is present.

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

Modified: trunk/SKPDFAnnotationNote.m
===================================================================
--- trunk/SKPDFAnnotationNote.m 2007-09-10 23:33:39 UTC (rev 2887)
+++ trunk/SKPDFAnnotationNote.m 2007-09-10 23:41:23 UTC (rev 2888)
@@ -258,6 +258,8 @@
         }
         [string appendFormat:@"/[EMAIL PROTECTED]", [[[border dashPattern] 
valueForKey:@"stringValue"] componentsJoinedByString:@" "]];
         [string appendString:@">>"];
+    } else {
+        [string appendString:@"<</W 0.0>>"];
     }
     [string appendString:@"/Contents("];
     [string appendString:contents ? [contents stringByEscapingParenthesis] : 
@""];


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to