This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch feature/revert-refactor
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/revert-refactor by 
this push:
     new c7ef4a8  Make sure blend has necessary arguments in DropShadowFilter
c7ef4a8 is described below

commit c7ef4a88c27989fb37537a0643dcfc4102f6e458
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Sun Jul 8 13:26:20 2018 +0300

    Make sure blend has necessary arguments in DropShadowFilter
---
 .../Graphics/src/main/royale/org/apache/royale/svg/DropShadowFilter.as   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/svg/DropShadowFilter.as
 
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/svg/DropShadowFilter.as
index e297773..c9f90bc 100644
--- 
a/frameworks/projects/Graphics/src/main/royale/org/apache/royale/svg/DropShadowFilter.as
+++ 
b/frameworks/projects/Graphics/src/main/royale/org/apache/royale/svg/DropShadowFilter.as
@@ -76,6 +76,7 @@ package org.apache.royale.svg
                        spreadElement.result = "spreadResult";
                        spreadElement.spread = spread;
                        var blend:BlendFilterElement = 
loadBeadFromValuesManager(BlendFilterElement, "blendFilterElement", value) as 
BlendFilterElement;
+                       blend.in = "SourceGraphic";
                        blend.in2 = "spreadResult";
                        value.removeBead(this);
                }

Reply via email to