** Branch linked: lp:~michihenning/thumbnailer/adjust-zero-dimension

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to thumbnailer in Ubuntu.
https://bugs.launchpad.net/bugs/1515848

Title:
  (w,0) and (0,h) requests are not scaled correctly

Status in thumbnailer package in Ubuntu:
  In Progress

Bug description:
  By definition, (w,0) and (0,h) should be the same as (w,w) and (h,h), 
respectively.
  They are not, and the qml test tests for the wrong outcome:

      function test_scale_vertical() {
          requestedSize = Qt.size(0, 240);
          loadThumbnail("orientation-1.jpg");
          compare(size.width, 320);
          compare(size.height, 240);
      }

  For this request, size.width() cannot possibly be larger than 240.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thumbnailer/+bug/1515848/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to