mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-29 13:48:54 +08:00
Fix border width definition between annotation and appearance stream
This commit is contained in:
parent
c4c5a49d27
commit
b7241e94fc
@ -113,7 +113,7 @@ func drawPdfRectangle(rectDef RectangleAnnotationDef, gsName string) ([]byte, *p
|
||||
FillEnabled: rectDef.FillEnabled,
|
||||
FillColor: rectDef.FillColor,
|
||||
BorderEnabled: rectDef.BorderEnabled,
|
||||
BorderWidth: rectDef.BorderWidth,
|
||||
BorderWidth: 2 * rectDef.BorderWidth,
|
||||
BorderColor: rectDef.BorderColor,
|
||||
Opacity: rectDef.Opacity,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user