mirror of
https://github.com/pcvolkmer/idicon.git
synced 2025-07-01 11:22:54 +00:00
Do not generate SVG data on image draw
This commit is contained in:
@ -64,8 +64,6 @@ func drawImage(data []bool, blocks int, size int, c color.Color) *image.NRGBA {
|
||||
}
|
||||
}
|
||||
|
||||
drawSvg(data, blocks, size, c)
|
||||
|
||||
return img
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user