Any reason why this would work with 4.6 but cause an error with Apache flex (4.11, 4.12)
Description Resource Path Location Type exception during transcoding: svgtest.mxml /svgtest/src line 16 Flex Problem Unable to transcode sample.svg. svgtest.mxml /svgtest/src line 16 Flex Problem <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark" > <fx:Script> <![CDATA[ [Embed(source="sample.svg")] [Bindable] public var imgCls:Class; ]]> </fx:Script> </s:Application>