Re: My first experience with SVG

2018-03-06 Thread Carlos Rovira
; > >> >> >>>> vectors should not need 9-slice. > > >> >> >>>> > > >> >> >>>> > > >> >> >>> Vectors scale great, this can be seen in our website since > royale > > >> >>logos >

Re: My first experience with SVG

2018-03-05 Thread Alex Harui
;> >>200x200, >> >> >>>>then >> >> >>>> AS code or MXMLG code could draw the border on-demand. I just >> >>looked >> >> >>>> quickly: does SVG not allow percentage sizing? I think MXMLG >

Re: My first experience with SVG

2018-03-05 Thread Carlos Rovira
>> >>> With FXG or MXML graphics I think we are talking about code, and in > >> >>>that > >> >>> situation I think we don't get to much over CSS3, since the later is > >> >>>the > >> >>> standard and g

Re: My first experience with SVG

2018-03-05 Thread Alex Harui
;>want to >> >>> put some art, I still can put some SVG icon or something over the >>CSS >> >>> definitions. >> >>> >> >>> >> >>>> Or maybe some other custom classes that do support percentages and &

Re: My first experience with SVG

2018-03-05 Thread Carlos Rovira
t; https%3A%2F%2Fstacko > >>>>verflow.com%2Fques=02%7C01%7Caharui%40adobe.com% > 7C23a6680843ba4800 > >>>>c48908d581c1adfb%7Cfa7b1b5a7b34438794aed2c178de > cee1%7C0%7C0%7C636557591 > >>>>208847751=VK3jcII7eQmy0OSLXLqT%2Fxg5EiYeex2HwKqPuUGG3Us%3D& >

Re: My first experience with SVG

2018-03-04 Thread Harbs
gt; >> >> >>> >>> >>> -Alex >>> >>> From: <carlos.rov...@gmail.com<mailto:carlos.rov...@gmail.com>> on >>> behalf of Carlos Rovira <carlosrov...@apache.org>> carlosrov...@apache.org>> >>> Reply-To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" < >>> dev@royale.apache.org<mailto:dev@royale.apache.org>> >>> Date: Saturday, March 3, 2018 at 10:47 AM >>> To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" < >>> dev@royale.apache.org<mailto:dev@royale.apache.org>> >>> Subject: My first experience with SVG >>> >>> -- >>> Carlos Rovira >>> http://about.me/carlosrovira >>> >>> >>> >> > > > -- > Carlos Rovira > http://about.me/carlosrovira

Re: My first experience with SVG

2018-03-04 Thread Carlos Rovira
l.com>> on >> behalf of Carlos Rovira <carlosrov...@apache.org> carlosrov...@apache.org>> >> Reply-To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" < >> dev@royale.apache.org<mailto:dev@royale.apache.org>> >> Date: Saturday, March 3, 2018 at 10:47 AM >> To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" < >> dev@royale.apache.org<mailto:dev@royale.apache.org>> >> Subject: My first experience with SVG >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >> >> >> > -- Carlos Rovira http://about.me/carlosrovira

Re: My first experience with SVG

2018-03-03 Thread Alex Harui
g>> Reply-To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" <dev@royale.apache.org<mailto:dev@royale.apache.org>> Date: Saturday, March 3, 2018 at 10:47 AM To: "dev@royale.apache.org<mailto:dev@royale.apache.org>" <dev@royale.apache.org<

Re: My first experience with SVG

2018-03-03 Thread Harbs
I’ve used 2 strategies so far in Royale: 1. Subclasses ImageButton and se the src property to an SVG image. This in really only good for buttons which have an image *inside* the button. 2. Subclass Group and set :hover, :active, etc. using background-image to set the background of the div to

My first experience with SVG

2018-03-03 Thread Carlos Rovira
Hi, I was this days playing with SVG to skin a button. My target was to try to get a complete theme that could be skinned only with SVG. After playing with Button, I don't see an easy way to make a button works ok with SVG. I think the way to do this it with "border-image" property in order to