mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-05 13:17:58 +08:00
add QrSVG
This commit is contained in:
parent
2e65b13d52
commit
9466e7b1f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user