add QrSVG

This commit is contained in:
Looly 2022-09-15 16:30:42 +08:00
parent 2e65b13d52
commit 9466e7b1f6

View File

@ -61,7 +61,7 @@ public class QrSVG {
}
StringBuilder result = StrUtil.builder();
final StringBuilder result = StrUtil.builder();
result.append("<svg width=\"").append(qrWidth).append("\" height=\"").append(qrHeight).append("\" \n");
if (backColor != null) {
Color back = new Color(backColor, true);