Justin Mclean created FLEX-33565:
------------------------------------

             Summary: No transcoder registered for mimeType 'text/fxg' error 
when embedding FXG
                 Key: FLEX-33565
                 URL: https://issues.apache.org/jira/browse/FLEX-33565
             Project: Apache Flex
          Issue Type: Bug
    Affects Versions: Apache Flex 4.9.0
            Reporter: Justin Mclean
         Attachments: circle-1.fxg

SVG resources cause warning:
   - The use of SVG has been deprecated since Flex 4. Please use FXG.

[Embed(source="circle-1.svg")]
[Bindable] protected var _step1Icon:Class;


FXG resources can't be compiled and cause:
   - no transcoder registered for mimeType 'text/fxg'
   - Unable to transcode circle-1.fxg.

[Embed(source="circle-1.fxg")]
[Bindable] protected var _step1Icon:Class;

(Reporting for another developer.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to