Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoder.GetFeatures().HasAnimation() untested #12

Open
jrb3dev opened this issue Jan 21, 2022 · 1 comment
Open

Decoder.GetFeatures().HasAnimation() untested #12

jrb3dev opened this issue Jan 21, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jrb3dev
Copy link

jrb3dev commented Jan 21, 2022

Noticed this while looking to make use of this package.
Patch suggested by inspection, but not run yet.

*** decoder_test.go.orig 2022-01-21 13:39:38.000000000 -0500
--- decoder_test.go 2022-01-21 13:40:22.000000000 -0500


*** 100,106 ****
t.Fatal("file has_alpha is invalid")
}

! if features.HasAlpha {
t.Fatal("file has_animation is invalid")
}
}
--- 100,106 ----
t.Fatal("file has_alpha is invalid")
}

! if features.HasAnimation {
t.Fatal("file has_animation is invalid")
}
}

@lEx0 lEx0 self-assigned this Feb 14, 2022
@lEx0
Copy link
Member

lEx0 commented Oct 4, 2022

thx, I will fix in the newest version

@lEx0 lEx0 added the bug Something isn't working label Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants