efl/src/static_libs
junsu choi 7b4c9284a9 vg_common_svg: Fix when the number of polygon points is odd
Summary: If the number of points is odd, an overflow occurs in array[i+1].

Test Plan:
Test Svg image
```
<svg xmlns="http://www.w3.org/2000/svg" id="svg1" viewBox="0 0 200 200">
    <title>Not enough points</title>
    <desc>Must contain at least 4 points</desc>

    <polygon id="polygon1" points="20 40 160 40 10" fill="none" stroke="red"/>

    <!-- image frame -->
    <rect id="frame" x="1" y="1" width="198" height="198" fill="none" stroke="black"/>
</svg>
```

Reviewers: Hermet, raster, kimcinoo

Reviewed By: Hermet

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12319
2022-01-12 11:35:31 +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 vg_common_svg: Fix when the number of polygon points is odd 2022-01-12 11:35:31 +09:00