Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-22460

A filter is being applied after a mask for static FXG

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • Adobe Flex SDK 4.0 (Release)
    • None
    • FXG - Static
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Compile and load the bugfile which uses the following graphic:
      <Graphic version="1.0" xmlns="http://ns.adobe.com/fxg/2008" viewHeight="770" viewWidth="830">
      <Group x="20" y="10">
      <Rect maskType="clip" x="10" y="10" width="120" height="120">
      <mask>
      <Group x="-50" y="-50" alpha="0.5">
      <Path winding="nonZero" data="M 50 50 H 100 V 100 H 125 150 V 125 150 h 50 v 50 h -100 -50 v -100 -50" >
      <fill>
      <SolidColor color="#ff0000" alpha="0.75"/>
      </fill>
      <stroke>
      <SolidColorStroke caps="none" weight="1" joints="miter" miterLimit="4"/>
      </stroke>
      </Path>
      </Group>
      </mask>
      <filters>
      <BevelFilter distance="15" highlightAlpha="0.5" highlightColor="#228B22" shadowAlpha="0.5" shadowColor="#FF1493" strength="0.5"/>
      </filters>
      <fill>
      <SolidColor color="#FF0000" />
      </fill>
      <stroke>
      <SolidColorStroke caps="none" weight="1" joints="miter" miterLimit="4"/>
      </stroke>
      </Rect>
      </Group>
      </Graphic>

      Actual Results: Looks like the BevelFilter is being applied after the mask.

      Expected Results: The BevelFilter should be applied, then, the mask.

      Workaround (if any):

      Attachments

        Activity

          People

            adobejira Adobe JIRA
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: