Block the changeness of PreMultiplied for some visuals 68/274268/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Mon, 25 Apr 2022 10:54:04 +0000 (19:54 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 25 Apr 2022 11:38:11 +0000 (20:38 +0900)
Svg, AnimatedVector, Text, and Gradient Visuals always use
PreMultiplied texture.
But PreMultiplied option is Visual::Base property.

So it was possible to change premultiplied option as false
even It's visual type is not allow it

This patch make some kind of visual that should not change the
PreMultiplied alpha flags don't change it.

Change-Id: I22e8416796493b34d2907f8043f57d31039be587
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found