Closed
Description
Type of issue
[x] Bug
[ ] Question (e.g. about handling/usage)
[ ] Request for new feature/improvement
Expected Behavior
The iconBorderWidth
parameter is supposed to specify a border to be drawn around an icon inside the QR code.
Current Behavior
Currently, no border is drawn around icons.
Possible Solution (optional)
It looks like #245 broke this functionality.
Steps to Reproduce (for bugs)
Create a QRCode
and call the GetGraphic()
function while passing in a bitmap for the icon and a value greater than 1 for iconBorderWidth
. Notice that the generated graphic does not have a border around the icon.
Your Environment
Nuget package 1.4.1