From 9679c6d97b6823ac9caa4ba11914a430e4b71c7b Mon Sep 17 00:00:00 2001 From: "Hugh.C" Date: Tue, 21 Apr 2020 11:16:39 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-27284=20=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=E5=AF=BC=E5=87=BApdf,=E5=90=AB=E5=8A=A0=E7=B2=97=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E6=97=B6=EF=BC=8C=E8=BE=B9=E6=A1=86=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/com/fr/third/com/lowagie/text/pdf/PdfGraphics2D.java | 1 + 1 file changed, 1 insertion(+) 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 f184556e6..9b13abc9a 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 @@ -446,6 +446,7 @@ public class PdfGraphics2D extends Graphics2D { } cb.setGState(gs); } + paintStroke = color; cb.setColorStroke(color); } }