Skip to content
Snippets Groups Projects
Commit 7a8acd46 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Steve Lhomme
Browse files

qt: fix using partially uninitialized scaled size in `SVGColorImageReader`

I do not set `scaledSize` to requested size by default, just to partially
override it when either `width` or `height` is 0. However, this means that we need
to initialize the uninitialized part manually by setting it to non-zero
requested size counterpart as I proposed here.
parent ca337674
Loading
Pipeline #571257 passed with stage
in 14 minutes and 10 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment