evas - image obj - filled mode - never use invalid 0x0 fill
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 12 Feb 2015 03:10:04 +0000 (12:10 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 12 Feb 2015 13:30:10 +0000 (22:30 +0900)
commitd3527da0ab8cd9d9727c9aeca08df115be3632e2
treea6be9cf62c21dacfea05bc269c71925692998bdb
parent430169053570ba4c3dc21ec2ae07f5b295939f6a
evas - image obj - filled mode - never use invalid 0x0 fill

this fixes a lot of noise for filled image objects that set fill to
0x0 if objetc is 0x0. this clamps minimum fill at 1x1 and thus keeps
things silent and sensible. also just silently ignore 0x0 filled image
objects. noise is not that useful.
src/lib/evas/canvas/evas_object_image.c