evas: Fix text effect which has shadow direction
authorMinwoo, Lee <minwoo47.lee@samsung.com>
Mon, 23 Nov 2015 11:53:29 +0000 (20:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 23 Nov 2015 11:53:29 +0000 (20:53 +0900)
commit3700be959b77a2bebe6f24ed80e79075bb74b075
treed250d02a9c0f5aef312f642cac660e6e705ab86c
parentecb40c64b5a37d353b75a690010ff8bc72252e4a
evas: Fix text effect which has shadow direction

Summary:
If text object has outline and shadow effect (OUTLINE_SHADOW or OUTLINE_SOFT_SHADOW), and has shadow direction except BOTTOM_RIGHT then outline is not displayed.
So fix logic of style checking.

OUTLINE_SOFT_SHADOW effect of text object is different with text block, so fix it.

Test Plan: Make text obect with OUTLINE_SHADOW or OUTLINE_SOFT_SHADOW effect with any direction except BOTTOM_RIGHT

Reviewers: cedric, woohyun, herdsman, tasn

Subscribers: id213sin

Differential Revision: https://phab.enlightenment.org/D3047
src/lib/evas/canvas/evas_object_text.c