Closed rohansingh closed 7 months ago
Extract drawing operations to a Canvas interface, and make NewGgCanvas the default implementation. This allows us to have canvas implementations with other backends (like Skia).
Canvas
NewGgCanvas
Extract drawing operations to a
Canvas
interface, and makeNewGgCanvas
the default implementation. This allows us to have canvas implementations with other backends (like Skia).