# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Users\Tilman Hausherr\Documents\Java\PDFBox reactor\pdfbox\src\main\java\org\apache\pdfbox\util\operator\pagedrawer
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: SetLineWidth.java
--- SetLineWidth.java Base (BASE)
+++ SetLineWidth.java Locally Modified (Based On LOCAL)
@@ -23,7 +23,6 @@
 import org.apache.pdfbox.util.PDFOperator;
 
 import java.awt.BasicStroke;
-import java.awt.Graphics2D;
 import java.io.IOException;
 
 /**
@@ -45,10 +44,6 @@
     {
         super.process( operator, arguments );
         float lineWidth = (float)context.getGraphicsState().getLineWidth();
-        if (lineWidth == 0) 
-        {
-            lineWidth = 1;
-        }
         PageDrawer drawer = (PageDrawer)context;
         BasicStroke stroke = (BasicStroke)drawer.getStroke();
         if (stroke == null)
