You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by Julien Desquenne <jd...@polyedre.fr> on 2015/03/27 14:55:21 UTC

Migration Flex sdk 4.1 -> 4.1.14 CSS/SVG problems

Hello, I try to use Apache flex sdk 4.1.14 instead of the old 4.1 sdk

I works very well but I have a problem with some css styles :

.BoutonCheck{
     skin:Embed("../assets/check-128.svg");
     disabledSkin:Embed("../assets/check-D-128.svg");
}

Exception during transcoding
Unable to transcode

And i have the exact same problem with :

<mx:Image id="vboxMenuIm" x="0" y="0" width="20" height="169" 
smoothBitmapContent="false" source="@Embed(source='assets/options.svg')"/>

It worked perfectly in sdk 4.1, so does the svg format now unsupported ?

Thanks for your help

Re: Migration Flex sdk 4.1 -> 4.1.14 CSS/SVG problems

Posted by Julien Desquenne <jd...@polyedre.fr>.
Thanks for answer

Here is the test project : http://www.4shared.com/file/GsNeSEazce/Test.html

I've created a bug on JIRA :
https://issues.apache.org/jira/browse/FLEX-34814

Thanks for help

Le 29/03/2015 22:13, OmPrakash Muppirala a écrit :
> Do you mean 4.14.1?  Also, please file a JIRA ticket so that it will be
> tracked properly.
>
> Thanks,
> Om
> On Mar 29, 2015 1:04 PM, "Julien Desquenne" <jd...@polyedre.fr> wrote:
>
>> Would you be so kind to have a look at the problem please ?
>>
>> I've attached a test project.
>>
>> Thanks a lot for your help
>>
>>
>> Le 27/03/2015 14:55, Julien Desquenne a écrit :
>>
>>> Hello, I try to use Apache flex sdk 4.1.14 instead of the old 4.1 sdk
>>>
>>> I works very well but I have a problem with some css styles :
>>>
>>> .BoutonCheck{
>>>      skin:Embed("../assets/check-128.svg");
>>>      disabledSkin:Embed("../assets/check-D-128.svg");
>>> }
>>>
>>> Exception during transcoding
>>> Unable to transcode
>>>
>>> And i have the exact same problem with :
>>>
>>> <mx:Image id="vboxMenuIm" x="0" y="0" width="20" height="169"
>>> smoothBitmapContent="false" source="@Embed(source='assets/
>>> options.svg')"/>
>>>
>>> It worked perfectly in sdk 4.1, so does the svg format now unsupported ?
>>>
>>> Thanks for your help
>>>
>>>


Re: Migration Flex sdk 4.1 -> 4.1.14 CSS/SVG problems

Posted by OmPrakash Muppirala <bi...@gmail.com>.
Do you mean 4.14.1?  Also, please file a JIRA ticket so that it will be
tracked properly.

Thanks,
Om
On Mar 29, 2015 1:04 PM, "Julien Desquenne" <jd...@polyedre.fr> wrote:

> Would you be so kind to have a look at the problem please ?
>
> I've attached a test project.
>
> Thanks a lot for your help
>
>
> Le 27/03/2015 14:55, Julien Desquenne a écrit :
>
>> Hello, I try to use Apache flex sdk 4.1.14 instead of the old 4.1 sdk
>>
>> I works very well but I have a problem with some css styles :
>>
>> .BoutonCheck{
>>     skin:Embed("../assets/check-128.svg");
>>     disabledSkin:Embed("../assets/check-D-128.svg");
>> }
>>
>> Exception during transcoding
>> Unable to transcode
>>
>> And i have the exact same problem with :
>>
>> <mx:Image id="vboxMenuIm" x="0" y="0" width="20" height="169"
>> smoothBitmapContent="false" source="@Embed(source='assets/
>> options.svg')"/>
>>
>> It worked perfectly in sdk 4.1, so does the svg format now unsupported ?
>>
>> Thanks for your help
>>
>>
>

Re: Migration Flex sdk 4.1 -> 4.1.14 CSS/SVG problems

Posted by Julien Desquenne <jd...@polyedre.fr>.
Would you be so kind to have a look at the problem please ?

I've attached a test project.

Thanks a lot for your help


Le 27/03/2015 14:55, Julien Desquenne a écrit :
> Hello, I try to use Apache flex sdk 4.1.14 instead of the old 4.1 sdk
>
> I works very well but I have a problem with some css styles :
>
> .BoutonCheck{
>     skin:Embed("../assets/check-128.svg");
>     disabledSkin:Embed("../assets/check-D-128.svg");
> }
>
> Exception during transcoding
> Unable to transcode
>
> And i have the exact same problem with :
>
> <mx:Image id="vboxMenuIm" x="0" y="0" width="20" height="169" 
> smoothBitmapContent="false" 
> source="@Embed(source='assets/options.svg')"/>
>
> It worked perfectly in sdk 4.1, so does the svg format now unsupported ?
>
> Thanks for your help
>