Jorge wrote:
> On Mon, Jun 30, 2014 at 8:06 PM, jose_...@juno.com <jose_...@juno.com>
> wrote:
>
>   
>>     The svg edje external allows you declare the svg file for use
>> as an edje part, but can the svg file be embedded in the edje
>> (in a data section say) and load it from there?
>>
>>     
>
> No, it can not, at least from an edje module, which is what the svg edje
> module is.
> It can only handle known edje types, for the module it is a path where the
> svg file is.
>
>
>   

    Ok. But it seems that you could modify the 'src' so that if it's 
something like
"data: { .... }" where the ... inlines the svg file, and then read the 
data from there?
Or something to that effect...
    However, again, if this guy only wants a simple opaque gradient then 
a suitably
sized image would do the job, or for a really simple two-color gradient
the vertex colored evas 'map'.

    It would certainly be good though if evas evennnnnnnnnnnnntually 
were able
to extend its current very primitive and incomplete 2d-vgfx support 
(solid colored
rect, line, polygon) to a fuller extent, and then simply add that to edje.



>>      However, if the poster just wants some simple gradients could he not
>> use evas' "map" with colors on the edges?
>>     
>
>
>   
>>      BTW, is there any progress on fuller vgfx support in evas proper?
>>
>>
>>
>> ---------- Original Message ----------
>> From: Jorge Luis Zapata Muga
>> To: Enlightenment developer list <
>> enlightenment-devel@lists.sourceforge.net>
>> Subject: Re: [E-devel] SVG in edje?
>> Date: Mon, 30 Jun 2014 12:15:14 +0200
>>
>> On Sat, Jun 28, 2014 at 2:43 AM, Simon <si...@simotek.net> wrote:
>>
>>     
>>> Hi All,
>>> For a theme i'm working on i was thinking about using a basic svg (just
>>> a couple of gradients) as the file manager background, so i was
>>> wondering if it was possible to embed svgs in a edje file. Also will it
>>>
>>>       
>> Check https://github.com/turran/efl-egueb It is a library that provides
>> several abstractions to ease the use of egueb on efl based applications.
>> (Egueb is a library that does SVG parsing/rendering/interactivity). One of
>> such abstractions is an edje external object.
>>
>>
>>
>>     
>>> fall back to a color if svg support is not avalible?
>>>
>>> Cheers
>>> Simon
>>>
>>>
>>>       
____________________________________________________________
The #1 Worst Carb Ever?
Click to Learn #1 Carb that Kills Your Blood Sugar &#40;Don&#39;t Eat This!&#41;
http://thirdpartyoffers.juno.com/TGL3141/53b634ae9abf534a73173st01duc

------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to