go-cairo icon indicating copy to clipboard operation
go-cairo copied to clipboard

Go binding for the cairo graphics library

Results 3 go-cairo issues
Sort by recently updated
recently updated
newest added

i am building my project using below **cmd**. `CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o handlerBuild cmd/handler/main.go ` **Error generated**: `imports github.com/ungerik/go-cairo: build constraints exclude all Go files in /home/oem/go/pkg/mod/github.com/ungerik/[email protected]` can...

Hi, Is there a method to connect the draw signal of the cairooverlay element to the drawOverlay function with the appropriate parameters. to overlay text? I'm looking for context :=...

I am receiving the following error: ` User/xxx/go/pkg/mod/github.com/ungerik/[email protected]/cairo.go:6:11: fatal error: 'cairo/cairo-pdf.h' file not found ` System: - M2 Macbook, OS: 14.2.1 In a closed issue it was mentioned to run...