Re: Problems with svg

2018-03-05 Thread OmPrakash Muppirala
In the past, I've had to do something like this make svg show up without distortions: Have you tried something like this? Thanks, Om On Mon, Mar 5, 2018 at 11:10 AM, Erik J. Thomas wrote: > Does your FXG version of the graphic have a Path element? It should look > like this: > > > >

Re: Problems with svg

2018-03-05 Thread Erik J. Thomas
Does your FXG version of the graphic have a Path element? It should look like this: If the content of your SVG looks like this: Then it's just an embedded bitmap and won't scale beyond it's width and height without pixelating. And any resizing other than the actual size will

Re: Problems with svg

2018-03-05 Thread Greg Dove
Are you referring to embedding an svg asset? I believe that if you use svg features that are not easily 'translatable' to be expressed as swf-style vector instructions, then it will be rendered as a bitmap and embedded that way. I suspect there are differences in how smart this conversion process

Re: Problems with svg

2018-03-05 Thread chris_flex
Is anyone out there displaying an svg in apache flex / air without having this problem? So am I doing something wrong or is this a bug? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Problems with svg

2018-02-12 Thread chris_flex
Hot to get an SVG smoothly scaled? What am I doing wrong? My test - the svg and the fxg are looking exactly the same in illustrator: leads to ... -- Sent from: http://apache-flex-users.246.n4.nabble.com/