efl/src
junsu choi fe60e94007 evas_vg_load_svg: Fix color parsing
Summary:
Remove unnecessary point movement in rgb(255, 255, 255) case in svg parsing.
In svg parsing, move the pointer by 'rgb(' before calling
_color_parser() in the rgb(255, 255, 255) case.
In function, string pointer moved unnecessary, so parsing is incorrect.
Therefore, remove unnecessary point movement.

Test Plan:
svg sample code
```
<svg xmlns:svg="http://www.w3.org/2000/svg" viewBox="0 0 300 300">
  <path d="M 0 0 h 200 v 200 z" style="fill:rgb(255, 155, 55);"/>
</svg>
```

before
{F4504779}

after
{F4504778}

Reviewers: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12284
2021-06-18 10:24:58 +01:00
..
benchmarks benchmark: Remove unnecessary import and export macros from benchmark executables 2020-12-06 12:25:19 -03:00
bin fix typo 2021-05-30 20:43:41 +01:00
bindings efl_mono: Use architecture independent ECANCELED 2020-11-25 10:44:41 -03:00
edje_external emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
examples ecore evas ews - deprecate/remove 2021-03-28 13:56:33 +01:00
generic evas generic pdf - handle cleanupp on crashes in poppler and other errors 2020-12-12 02:22:06 +00:00
lib ecore-x - flag move events in more cases 2021-06-06 21:59:33 +01:00
modules evas_vg_load_svg: Fix color parsing 2021-06-18 10:24:58 +01:00
scripts build: disable elua by default, plus nicer detection 2020-06-06 19:28:26 +02:00
static_libs fnmatch - warning remove on arm 2021-05-12 11:08:15 +01:00
tests Revert "fix warnings about redefinting EWAPI etc. due to windows EAPI changes" 2021-05-26 15:46:25 +01:00
wayland_protocol wayland - update code generate private code and have no warnings 2021-05-07 00:02:05 +01:00