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

Image display exception when call transforms(new fitcenter(), new RoundedCorners(10)) #2511

Closed
yxcSini opened this issue Oct 24, 2017 · 1 comment
Labels

Comments

@yxcSini
Copy link

yxcSini commented Oct 24, 2017

Glide Version: 4.2

Integration libraries:OkHttp3

Device/Android Version:all

Issue details / Repro steps / Use case background:
image display: http://chuantu.biz/t6/110/1508830598x3708062762.png

Glide load line / GlideModule (if any) / list Adapter code (if any):

GlideApp.with(this)
        .load(url)
        .transforms(new FitCenter(),new RoundedCorners(10))
        .into(iv);
@TWiStErRob
Copy link
Collaborator

Looks like it's already fixed in 0b5d1bc

Duplicate of #2472

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants