efl/src/static_libs
junsu choi ef784708b9 evas_vg_load_svg: Fix colorstop offset parser
Summary:
Values different from numbers and percentages should be ignored
and the default values should be applied (zeros).
And set the min and max of the offset value to be 0, 1.
Also, this patch make that the offset is not input in the reverse order.

Test Plan:
Test SVG Image
```
<svg viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
    <linearGradient id="grad" x1="0" y1="0" x2="1" y2="1">
        <stop offset="10%" stop-color="white"/>
        <stop offset="0.2" stop-color="red"/>
        <stop offset="30% k" stop-color="blue"/>
        <stop offset="40%" stop-color="yellow"/>
        <stop offset="0.5m" stop-color="red"/>
        <stop offset="0.6 " stop-color="green"/>
        <stop offset="70%m" stop-color="black"/>
        <stop offset="80%" stop-color="white"/>
    </linearGradient>
    <rect x="20" y="20" width="160" height="160" fill="url(#grad)"/>
</svg>

```

Result
{F4792365}

Reviewers: Hermet, raster, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12318
2022-01-12 11:34:29 +09:00
..
atspi here comes meson 2018-10-02 17:22:50 +02:00
buildsystem refactor build 2020-05-27 11:06:46 +02:00
draw refactor build 2020-05-27 11:06:46 +02:00
fnmatch fnmatch - warning remove on arm 2021-05-12 11:08:15 +01:00
freetype freetype: Prevent lose of data when fixed point divide calculation. 2019-09-04 12:07:09 +09:00
http-parser here comes meson 2018-10-02 17:22:50 +02:00
libdrm here comes meson 2018-10-02 17:22:50 +02:00
libunibreak Revert "Revert "evas_textblock: rainbow flag emoji treated as two clusters(update unibreak to version 4.2)"" 2020-10-08 12:32:53 +09:00
lz4 lz4 - sync to latest current lz4 upstream source 2020-01-28 11:17:51 +00:00
rg_etc refactor build 2020-05-27 11:06:46 +02:00
triangulator static/triangulator: resolve float compare warnings 2020-05-12 16:10:02 +02:00
vg_common evas_vg_load_svg: Fix colorstop offset parser 2022-01-12 11:34:29 +09:00