Skip to content

Commit

Permalink
fix: restore logo example image
Browse files Browse the repository at this point in the history
  • Loading branch information
yeqown committed Nov 19, 2021
1 parent 5edcf8c commit a83b524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified assets/example_logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion writer/standard/writer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ func Test_New_WithOutputOption_Logo(t *testing.T) {
w, err := New("./testdata/qrtest_logo.jpeg",
WithBgColorRGBHex("#b8de6f"),
WithFgColorRGBHex("#f1e189"),
WithLogoImageFilePNG("./testdata/logo.png"), // png required
WithLogoImageFileJPEG("./testdata/logo.jpeg"),
//WithLogoImageFilePNG("./testdata/logo.png"), // png required
)

// save file
Expand Down

0 comments on commit a83b524

Please sign in to comment.