diff --git a/PROMS/Volian.Svg.Library/iTextSharp.cs b/PROMS/Volian.Svg.Library/iTextSharp.cs index 564d8a1c..fce583f2 100644 --- a/PROMS/Volian.Svg.Library/iTextSharp.cs +++ b/PROMS/Volian.Svg.Library/iTextSharp.cs @@ -1231,7 +1231,11 @@ namespace Volian.Svg.Library _Text = text; //float radius = .5F; //float space = 3; - _Color = color; // C2021-019: save color for color override + // B2021-081: Blue was too intense with an alpha of 255 Read was too light with an alpha of 96 + if (color != System.Drawing.Color.Red) + _Color = System.Drawing.Color.FromArgb(96, color); + else + _Color = color; // C2021-019: save color for color override _Opacity = opacity; //SetDotPattern(radius, space); //SetTextLayout();