Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-20 Thread Hermet Park
A little late reply,  :-)

So now, we are using svg like this, 

//declare images including vector file format.
images {
  image: "image.png" ..
  vector: "test.svg" ...   //q1. vector:"test.svg" ??  not image:"test.svg"?
}

//vector part.
vector {
...
desc {   
image.normal: "test.svg"; //q2. Now, totally confusing.  we 
declared svg with "vector" keywods up there, then here image.normal?
}
}

My opinion here is to use vector or image with one way. specifically, I prefer 
"image".
 
-Original Message-
From: "Cedric BAIL"<cedric.b...@free.fr> 
To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2016-06-09 (목) 14:28:54
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
to edc
 
On Wed, Jun 8, 2016 at 9:53 PM, Hermet Park <her...@hermet.pe.kr> wrote:
> edc new syntax hasn't been reviewed among people seriously.

Then it is time to review it seriously. This patch has been in the
making for month on phab available for everyone to review it. Once we
do 1.18, this is set in stone. There isn't a way to deprecate edc
syntax and edj internal file. Take some times to look at it now, if we
need to disable this for this release, it is now !

Cedric

> -Original Message-
> From: "Cedric BAIL"<cedric.b...@free.fr>
> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>;
> Cc:
> Sent: 2016-06-09 (목) 13:40:34
> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
> to edc
>
> On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr> wrote:
>> vector stuff is still beta feature.
>>
>> -Original Message-----
>> From: "Jean-Philippe André"<j...@videolan.org>
>> To: "Enlightenment developer 
>> list"<enlightenment-devel@lists.sourceforge.net>;
>> Cc:
>> Sent: 2016-06-09 (목) 10:34:56
>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg 
>> part to edc
>>
>> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:
>>
>>> cedric pushed a commit to branch master.
>>>
>>>
>>> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>>>
>>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
>>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
>>> Date:   Wed Jun 8 11:26:07 2016 -0700
>>>
>>> edje: add new svg part to edc
>>>
>>> Reviewers: Hermet, cedric
>>>
>>> Reviewed By: cedric
>>>
>>> Subscribers: jpeg, cedric, Hermet
>>>
>>> Differential Revision: https://phab.enlightenment.org/D3894
>>>
>>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>>>
>>
>> Is this to be considered stable? Or still a beta feature?
>
> The rendering is still beta in the sense that if it is not displaying
> a SVG file properly it is considered a bug and the code will be
> adjusted accordingly. Which means that the SVG support in Edje is
> defined and should not be considered beta in the sense that the file
> format and its behavior should not change. Only fixed and extended
> (There is no implementation of scale support at this stage which is
> really mandatory to be really useful to design UI element with it).
> --
> Cedric BAIL
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enl

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-13 Thread The Rasterman
On Thu, 9 Jun 2016 14:57:56 +0900 Jean-Philippe André <j...@videolan.org> said:

> On 9 June 2016 at 14:44, Simon Lees <sfl...@suse.de> wrote:
> 
> >
> >
> > On 06/09/2016 02:58 PM, Cedric BAIL wrote:
> > > On Wed, Jun 8, 2016 at 9:53 PM, Hermet Park <her...@hermet.pe.kr> wrote:
> > >> edc new syntax hasn't been reviewed among people seriously.
> > >
> > > Then it is time to review it seriously. This patch has been in the
> > > making for month on phab available for everyone to review it. Once we
> > > do 1.18, this is set in stone. There isn't a way to deprecate edc
> > > syntax and edj internal file. Take some times to look at it now, if we
> > > need to disable this for this release, it is now !
> > >
> > > Cedric
> >
> > Is there some example edje files anywhere? I didn't see one in that
> > commit and may have been to lazy to look further, but for those of use
> > that write lots of .edc and not alot of c examples will make it much
> > easier to review the syntax.
> >
> 
> Precisely, the syntax and the EDJ ABI need to be set in stone, if we want
> to stabilize this.
> An alternative option is to enable this on demand only (eg. with a
> --enable-svg in edje_cc) or add really visible output messages.
> 
> Only a few people can really review stuff on phab, it's much easier to see
> how things actually work, rather than try and guess from the diffs.

let's just disable it for now without an -enable option at runtime or an env
var. i'd just use an env var as its simpler to do :)

> > Cheers
> >
> > >
> > >> -----Original Message-----
> > >> From: "Cedric BAIL"<cedric.b...@free.fr>
> > >> To: "Enlightenment developer list"<
> > enlightenment-devel@lists.sourceforge.net>;
> > >> Cc:
> > >> Sent: 2016-06-09 (목) 13:40:34
> > >> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new
> > svg part to edc
> > >>
> > >> On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr>
> > wrote:
> > >>> vector stuff is still beta feature.
> > >>>
> > >>> -Original Message-
> > >>> From: "Jean-Philippe André"<j...@videolan.org>
> > >>> To: "Enlightenment developer list"<
> > enlightenment-devel@lists.sourceforge.net>;
> > >>> Cc:
> > >>> Sent: 2016-06-09 (목) 10:34:56
> > >>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new
> > svg part to edc
> > >>>
> > >>> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com>
> > wrote:
> > >>>
> > >>>> cedric pushed a commit to branch master.
> > >>>>
> > >>>>
> > >>>>
> > http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
> > >>>>
> > >>>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
> > >>>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
> > >>>> Date:   Wed Jun 8 11:26:07 2016 -0700
> > >>>>
> > >>>> edje: add new svg part to edc
> > >>>>
> > >>>> Reviewers: Hermet, cedric
> > >>>>
> > >>>> Reviewed By: cedric
> > >>>>
> > >>>> Subscribers: jpeg, cedric, Hermet
> > >>>>
> > >>>> Differential Revision: https://phab.enlightenment.org/D3894
> > >>>>
> > >>>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
> > >>>>
> > >>>
> > >>> Is this to be considered stable? Or still a beta feature?
> > >>
> > >> The rendering is still beta in the sense that if it is not displaying
> > >> a SVG file properly it is considered a bug and the code will be
> > >> adjusted accordingly. Which means that the SVG support in Edje is
> > >> defined and should not be considered beta in the sense that the file
> > >> format and its behavior should not change. Only fixed and extended
> > >> (There is no implementation of scale support at this stage which is
> > >> really mandatory to be really useful to design UI element with it).
> > >> --
> > >> Cedric BAIL
> > >>
> > >>
> > ---

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-09 Thread Jean-Philippe André
On 9 June 2016 at 14:44, Simon Lees <sfl...@suse.de> wrote:

>
>
> On 06/09/2016 02:58 PM, Cedric BAIL wrote:
> > On Wed, Jun 8, 2016 at 9:53 PM, Hermet Park <her...@hermet.pe.kr> wrote:
> >> edc new syntax hasn't been reviewed among people seriously.
> >
> > Then it is time to review it seriously. This patch has been in the
> > making for month on phab available for everyone to review it. Once we
> > do 1.18, this is set in stone. There isn't a way to deprecate edc
> > syntax and edj internal file. Take some times to look at it now, if we
> > need to disable this for this release, it is now !
> >
> > Cedric
>
> Is there some example edje files anywhere? I didn't see one in that
> commit and may have been to lazy to look further, but for those of use
> that write lots of .edc and not alot of c examples will make it much
> easier to review the syntax.
>

Precisely, the syntax and the EDJ ABI need to be set in stone, if we want
to stabilize this.
An alternative option is to enable this on demand only (eg. with a
--enable-svg in edje_cc) or add really visible output messages.

Only a few people can really review stuff on phab, it's much easier to see
how things actually work, rather than try and guess from the diffs.



> Cheers
>
> >
> >> -Original Message-
> >> From: "Cedric BAIL"<cedric.b...@free.fr>
> >> To: "Enlightenment developer list"<
> enlightenment-devel@lists.sourceforge.net>;
> >> Cc:
> >> Sent: 2016-06-09 (목) 13:40:34
> >> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new
> svg part to edc
> >>
> >> On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr>
> wrote:
> >>> vector stuff is still beta feature.
> >>>
> >>> -----Original Message-----
> >>> From: "Jean-Philippe André"<j...@videolan.org>
> >>> To: "Enlightenment developer list"<
> enlightenment-devel@lists.sourceforge.net>;
> >>> Cc:
> >>> Sent: 2016-06-09 (목) 10:34:56
> >>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new
> svg part to edc
> >>>
> >>> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com>
> wrote:
> >>>
> >>>> cedric pushed a commit to branch master.
> >>>>
> >>>>
> >>>>
> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
> >>>>
> >>>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
> >>>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
> >>>> Date:   Wed Jun 8 11:26:07 2016 -0700
> >>>>
> >>>> edje: add new svg part to edc
> >>>>
> >>>> Reviewers: Hermet, cedric
> >>>>
> >>>> Reviewed By: cedric
> >>>>
> >>>> Subscribers: jpeg, cedric, Hermet
> >>>>
> >>>> Differential Revision: https://phab.enlightenment.org/D3894
> >>>>
> >>>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
> >>>>
> >>>
> >>> Is this to be considered stable? Or still a beta feature?
> >>
> >> The rendering is still beta in the sense that if it is not displaying
> >> a SVG file properly it is considered a bug and the code will be
> >> adjusted accordingly. Which means that the SVG support in Edje is
> >> defined and should not be considered beta in the sense that the file
> >> format and its behavior should not change. Only fixed and extended
> >> (There is no implementation of scale support at this stage which is
> >> really mandatory to be really useful to design UI element with it).
> >> --
> >> Cedric BAIL
> >>
> >>
> --
> >> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> >> patterns at an interface-level. Reveals which users, apps, and
> protocols are
> >> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> >> J-Flow, sFlow and other flows. Make informed decisions using capacity
> >> planning reports.
> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> >> ___
> >> enlightenment-devel mailing list
> >> enlightenment-devel@lists.sourceforge.net
> >> https://lists.sourceforg

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Simon Lees


On 06/09/2016 02:58 PM, Cedric BAIL wrote:
> On Wed, Jun 8, 2016 at 9:53 PM, Hermet Park <her...@hermet.pe.kr> wrote:
>> edc new syntax hasn't been reviewed among people seriously.
> 
> Then it is time to review it seriously. This patch has been in the
> making for month on phab available for everyone to review it. Once we
> do 1.18, this is set in stone. There isn't a way to deprecate edc
> syntax and edj internal file. Take some times to look at it now, if we
> need to disable this for this release, it is now !
> 
> Cedric

Is there some example edje files anywhere? I didn't see one in that
commit and may have been to lazy to look further, but for those of use
that write lots of .edc and not alot of c examples will make it much
easier to review the syntax.

Cheers

> 
>> -Original Message-
>> From: "Cedric BAIL"<cedric.b...@free.fr>
>> To: "Enlightenment developer 
>> list"<enlightenment-devel@lists.sourceforge.net>;
>> Cc:
>> Sent: 2016-06-09 (목) 13:40:34
>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg 
>> part to edc
>>
>> On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr> wrote:
>>> vector stuff is still beta feature.
>>>
>>> -Original Message-
>>> From: "Jean-Philippe André"<j...@videolan.org>
>>> To: "Enlightenment developer 
>>> list"<enlightenment-devel@lists.sourceforge.net>;
>>> Cc:
>>> Sent: 2016-06-09 (목) 10:34:56
>>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg 
>>> part to edc
>>>
>>> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:
>>>
>>>> cedric pushed a commit to branch master.
>>>>
>>>>
>>>> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>>>>
>>>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
>>>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
>>>> Date:   Wed Jun 8 11:26:07 2016 -0700
>>>>
>>>> edje: add new svg part to edc
>>>>
>>>> Reviewers: Hermet, cedric
>>>>
>>>> Reviewed By: cedric
>>>>
>>>> Subscribers: jpeg, cedric, Hermet
>>>>
>>>> Differential Revision: https://phab.enlightenment.org/D3894
>>>>
>>>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>>>>
>>>
>>> Is this to be considered stable? Or still a beta feature?
>>
>> The rendering is still beta in the sense that if it is not displaying
>> a SVG file properly it is considered a bug and the code will be
>> adjusted accordingly. Which means that the SVG support in Edje is
>> defined and should not be considered beta in the sense that the file
>> format and its behavior should not change. Only fixed and extended
>> (There is no implementation of scale support at this stage which is
>> really mandatory to be really useful to design UI element with it).
>> --
>> Cedric BAIL
>>
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>> --
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> ___
>> enlightenment-devel mailing list
>> enlightenment-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 
> 
> 

-- 

Simon Lees (Simotek)http://simotek.net

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Cedric BAIL
On Wed, Jun 8, 2016 at 9:53 PM, Hermet Park <her...@hermet.pe.kr> wrote:
> edc new syntax hasn't been reviewed among people seriously.

Then it is time to review it seriously. This patch has been in the
making for month on phab available for everyone to review it. Once we
do 1.18, this is set in stone. There isn't a way to deprecate edc
syntax and edj internal file. Take some times to look at it now, if we
need to disable this for this release, it is now !

Cedric

> -Original Message-
> From: "Cedric BAIL"<cedric.b...@free.fr>
> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>;
> Cc:
> Sent: 2016-06-09 (목) 13:40:34
> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
> to edc
>
> On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr> wrote:
>> vector stuff is still beta feature.
>>
>> -Original Message-
>> From: "Jean-Philippe André"<j...@videolan.org>
>> To: "Enlightenment developer 
>> list"<enlightenment-devel@lists.sourceforge.net>;
>> Cc:
>> Sent: 2016-06-09 (목) 10:34:56
>> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg 
>> part to edc
>>
>> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:
>>
>>> cedric pushed a commit to branch master.
>>>
>>>
>>> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>>>
>>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
>>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
>>> Date:   Wed Jun 8 11:26:07 2016 -0700
>>>
>>> edje: add new svg part to edc
>>>
>>> Reviewers: Hermet, cedric
>>>
>>> Reviewed By: cedric
>>>
>>> Subscribers: jpeg, cedric, Hermet
>>>
>>> Differential Revision: https://phab.enlightenment.org/D3894
>>>
>>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>>>
>>
>> Is this to be considered stable? Or still a beta feature?
>
> The rendering is still beta in the sense that if it is not displaying
> a SVG file properly it is considered a bug and the code will be
> adjusted accordingly. Which means that the SVG support in Edje is
> defined and should not be considered beta in the sense that the file
> format and its behavior should not change. Only fixed and extended
> (There is no implementation of scale support at this stage which is
> really mandatory to be really useful to design UI element with it).
> --
> Cedric BAIL
>
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> --
> What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
> patterns at an interface-level. Reveals which users, apps, and protocols are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel



-- 
Cedric BAIL

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Hermet Park
edc new syntax hasn't been reviewed among people seriously.
 
-Original Message-
From: "Cedric BAIL"<cedric.b...@free.fr> 
To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2016-06-09 (목) 13:40:34
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
to edc
 
On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr> wrote:
> vector stuff is still beta feature.
>
> -Original Message-
> From: "Jean-Philippe André"<j...@videolan.org>
> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>;
> Cc:
> Sent: 2016-06-09 (목) 10:34:56
> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
> to edc
>
> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:
>
>> cedric pushed a commit to branch master.
>>
>>
>> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>>
>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
>> Date:   Wed Jun 8 11:26:07 2016 -0700
>>
>> edje: add new svg part to edc
>>
>> Reviewers: Hermet, cedric
>>
>> Reviewed By: cedric
>>
>> Subscribers: jpeg, cedric, Hermet
>>
>> Differential Revision: https://phab.enlightenment.org/D3894
>>
>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>>
>
> Is this to be considered stable? Or still a beta feature?

The rendering is still beta in the sense that if it is not displaying
a SVG file properly it is considered a bug and the code will be
adjusted accordingly. Which means that the SVG support in Edje is
defined and should not be considered beta in the sense that the file
format and its behavior should not change. Only fixed and extended
(There is no implementation of scale support at this stage which is
really mandatory to be really useful to design UI element with it).
-- 
Cedric BAIL

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Cedric BAIL
On Thu, Jun 9, 2016 at 4:07 AM, Hermet Park <her...@hermet.pe.kr> wrote:
> vector stuff is still beta feature.
>
> -Original Message-
> From: "Jean-Philippe André"<j...@videolan.org>
> To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>;
> Cc:
> Sent: 2016-06-09 (목) 10:34:56
> Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
> to edc
>
> On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:
>
>> cedric pushed a commit to branch master.
>>
>>
>> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>>
>> commit 62c0a4ef087ea71355961e030b0620a60b77a026
>> Author: Subhransu Mohanty <sub.moha...@samsung.com>
>> Date:   Wed Jun 8 11:26:07 2016 -0700
>>
>> edje: add new svg part to edc
>>
>> Reviewers: Hermet, cedric
>>
>> Reviewed By: cedric
>>
>> Subscribers: jpeg, cedric, Hermet
>>
>> Differential Revision: https://phab.enlightenment.org/D3894
>>
>> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>>
>
> Is this to be considered stable? Or still a beta feature?

The rendering is still beta in the sense that if it is not displaying
a SVG file properly it is considered a bug and the code will be
adjusted accordingly. Which means that the SVG support in Edje is
defined and should not be considered beta in the sense that the file
format and its behavior should not change. Only fixed and extended
(There is no implementation of scale support at this stage which is
really mandatory to be really useful to design UI element with it).
-- 
Cedric BAIL

--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Hermet Park
vector stuff is still beta feature.
 
-Original Message-
From: "Jean-Philippe André"<j...@videolan.org> 
To: "Enlightenment developer list"<enlightenment-devel@lists.sourceforge.net>; 
Cc: 
Sent: 2016-06-09 (목) 10:34:56
Subject: Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part 
to edc
 
On 9 June 2016 at 03:35, Subhransu Mohanty <sub.moha...@samsung.com> wrote:

> cedric pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>
> commit 62c0a4ef087ea71355961e030b0620a60b77a026
> Author: Subhransu Mohanty <sub.moha...@samsung.com>
> Date:   Wed Jun 8 11:26:07 2016 -0700
>
> edje: add new svg part to edc
>
> Reviewers: Hermet, cedric
>
> Reviewed By: cedric
>
> Subscribers: jpeg, cedric, Hermet
>
> Differential Revision: https://phab.enlightenment.org/D3894
>
> Signed-off-by: Cedric BAIL <ced...@osg.samsung.com>
>

Is this to be considered stable? Or still a beta feature?


-- 
Jean-Philippe André
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] [EGIT] [core/efl] master 01/01: edje: add new svg part to edc

2016-06-08 Thread Jean-Philippe André
On 9 June 2016 at 03:35, Subhransu Mohanty  wrote:

> cedric pushed a commit to branch master.
>
>
> http://git.enlightenment.org/core/efl.git/commit/?id=62c0a4ef087ea71355961e030b0620a60b77a026
>
> commit 62c0a4ef087ea71355961e030b0620a60b77a026
> Author: Subhransu Mohanty 
> Date:   Wed Jun 8 11:26:07 2016 -0700
>
> edje: add new svg part to edc
>
> Reviewers: Hermet, cedric
>
> Reviewed By: cedric
>
> Subscribers: jpeg, cedric, Hermet
>
> Differential Revision: https://phab.enlightenment.org/D3894
>
> Signed-off-by: Cedric BAIL 
>

Is this to be considered stable? Or still a beta feature?


-- 
Jean-Philippe André
--
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel