efl/src
junsu choi 0b5f658510 efl_gfx_path: When path end(Z,z), Current point are returned to starting point(M,m)
Summary:
When path ends with 'z' or 'Z' command, if 'm' comes as next command,
the current point is incorrectly referenced.
Since 'Z', 'z' means to close the path,
so, Save point and reuse it when 'M' or 'm' is called.

Test Plan:
[Error Case]
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
    <path d="M 52.17,20
             H 11.92
             V 43
             H 52.17
             Z
             m -1.5,21.5
             H 13.42
             v -20
             H 50.67
             Z
" fill="#a8b7c1" stroke="#F00" stroke-width="0.5" />
</svg>

Reviewers: Hermet, smohanty

Reviewed By: Hermet

Subscribers: cedric, herb, kimcinoo, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12158
2020-09-22 14:52:42 +09:00
..
benchmarks eina bench - have default values inside benc dtoa 2020-09-20 00:20:42 +01:00
bin ethumb - fix idx range check 2020-09-19 23:15:44 +01:00
bindings Fix typos - (Part #3) 2020-07-06 10:52:51 +02:00
edje_external emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
examples eldbus: use the const macros we have 2020-09-01 14:12:31 +02:00
generic Get rid of trailing whitespaces (3 / 14) 2020-06-23 10:28:13 +02:00
lib efl_gfx_path: When path end(Z,z), Current point are returned to starting point(M,m) 2020-09-22 14:52:42 +09:00
modules emotion - check return of eet data write 2020-09-19 23:34:39 +01:00
scripts build: disable elua by default, plus nicer detection 2020-06-06 19:28:26 +02:00
static_libs vg_load_svg: Support dasharray attribute for stroke 2020-09-15 12:11:49 +09:00
tests evas test - check return of ftell and malloc and handle properly 2020-09-20 00:20:36 +01:00
wayland_protocol refactor build 2020-05-27 11:06:46 +02:00