diff --git a/fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java b/fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java index 9f4db7192..f184556e6 100755 --- a/fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java +++ b/fine-itext-old/src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java @@ -447,9 +447,9 @@ public class PdfGraphics2D extends Graphics2D { cb.setGState(gs); } cb.setColorStroke(color); - restoreTextRenderingMode = true; } } + restoreTextRenderingMode = true; } }