|
|
@ -433,6 +433,7 @@ public class PdfGraphics2D extends Graphics2D { |
|
|
|
cb.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL_STROKE); |
|
|
|
cb.setTextRenderingMode(PdfContentByte.TEXT_RENDER_MODE_FILL_STROKE); |
|
|
|
if (strokeWidth != 1) { |
|
|
|
if (strokeWidth != 1) { |
|
|
|
cb.setLineWidth(strokeWidth); |
|
|
|
cb.setLineWidth(strokeWidth); |
|
|
|
|
|
|
|
oldStroke = new BasicStroke(strokeWidth); |
|
|
|
if(realPaint instanceof Color){ |
|
|
|
if(realPaint instanceof Color){ |
|
|
|
Color color = (Color)realPaint; |
|
|
|
Color color = (Color)realPaint; |
|
|
|
int alpha = color.getAlpha(); |
|
|
|
int alpha = color.getAlpha(); |
|
|
|