add .xcf for normal.png

This commit is contained in:
nick black 2020-06-23 16:02:38 -04:00
parent feaa20c586
commit 0a0f9faa7f
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 129 KiB

BIN
data/normal.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
data/normal.xcf Normal file

Binary file not shown.

View File

@ -79,7 +79,7 @@ rotate_visual(struct notcurses* nc, struct ncplane* n, int dy, int dx){
ncplane_erase(n);
struct ncvisual* nncv = NULL;
if(notcurses_canopen_images(nc)){
char* path = find_data("fractalheight.png");
char* path = find_data("normal.png");
if(path){
nc_err_e err;
nncv = ncvisual_from_file(path, &err);