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

[GUMBO_Priority] swf that has a path that has miter joints get clipped incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Adobe Flex SDK Previous
    • mx: Image
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. compile and run the following

      <?xml version="1.0" encoding="utf-8"?>
      <s:Application
      xmlns:fx="http://ns.adobe.com/mxml/2009"
      xmlns:d="http://ns.adobe.com/fxg/2008/dt"
      xmlns:s="library://ns.adobe.com/flex/spark"
      width="800" height="600" backgroundColor="#ffffff" xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:th="http://ns.adobe.com/thermo/2009" xmlns:components="components." xmlns:lib="Main_library.">

      <fx:Script>
      <![CDATA[
      protected function button1_clickHandler(event:MouseEvent):void

      { img.source = 'assets/Graphic1.swf'; }

      ]]
      >
      </fx:Script>

      <fx:DesignLayer d:userLabel="Layer 1">
      <mx:Image id="img" x="121" y="24" maintainAspectRatio="false" th:isFXGAsset="true"/>
      <s:Button label="Button" x="373" y="297" click="button1_clickHandler(event)"/>
      </fx:DesignLayer>
      </s:Application>

      Actual Results:

      Expected Results:

      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: