fogleman / gg

Go Graphics - 2D rendering in Go with a simple API.
https://godoc.org/github.com/fogleman/gg
MIT License
4.34k stars 352 forks source link

Antialiasing #197

Open ChenArno opened 6 months ago

ChenArno commented 6 months ago

The problem of anti-aliasing, can you set g2d.setRenderingHint like java

image1