Closed ldemailly closed 1 month ago
using golang.org/x/image/vector
adding
image.move_to image.line_to image.close_path image.draw
sample generates
difficult part is/was what to do with alpha when adding
With the line with thickness demo:
examples/disc.gr:
circle: thickness 40
thickness 1
Random bezier points (discord.go version)
using golang.org/x/image/vector
adding
image.move_to image.line_to image.close_path image.draw
sample generates
difficult part is/was what to do with alpha when adding