efl/src/lib
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
..
ecore ecore - efl thread - dont close invalid < 0 fd's 2020-09-20 00:20:42 +01:00
ecore_audio Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_avahi lib: add more c_args handling for places we missed before 2020-05-26 10:15:27 +02:00
ecore_buffer refactor build 2020-05-27 11:06:46 +02:00
ecore_cocoa Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_con ecore con url - curl is actually optional and only needs to init on use 2020-09-19 18:29:55 +01:00
ecore_drm Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_drm2 ecore drm - increase timeout for flips from 0.05 to 2.0 sec 2020-09-04 13:25:52 +01:00
ecore_evas ecore evas - use correct enums for legacy funcstions to remove warns 2020-08-25 13:21:25 +01:00
ecore_fb Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_file ecore_file_can_exec: fix .bat case 2020-09-01 09:35:46 +02:00
ecore_imf Fix typos - (Part #2) 2020-07-06 10:52:49 +02:00
ecore_imf_evas refactor build 2020-05-27 11:06:46 +02:00
ecore_input ecore input - make an unsupported joystick a warn not an err... 2020-08-11 13:49:30 +01:00
ecore_input_evas Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_ipc ecore_ipc: remove duplicated condition 2020-07-31 10:14:00 +02:00
ecore_sdl Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_wayland Get rid of trailing whitespaces (4 / 14) 2020-06-23 10:29:14 +02:00
ecore_win32 refactor build 2020-05-27 11:06:46 +02:00
ecore_wl2 ecore_wl2_display: move wl_display_dispatch_pending before condition check. 2020-08-22 08:25:06 -04:00
ecore_x ecore x - fix typo in internal backdoor api to get vsync debug 2020-09-04 14:42:07 +01:00
ector Get rid of trailing whitespaces (5 / 14) 2020-06-23 10:29:25 +02:00
edje edje - calc - handle swallow disappearing mid-calc due to callabcks 2020-09-03 09:42:31 +01:00
eet eet: Fix 'No OPENSSL_Applink' error message. 2020-08-19 15:59:52 +02:00
eeze Get rid of trailing whitespaces (7 / 14) 2020-06-23 10:30:05 +02:00
efl 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
efl_canvas_wl efl_canvas: fix a potentional error of null deref 2020-08-05 10:47:15 +02:00
efl_mono efl_mono: Create insert list/array c# wrapper for eina_value. 2020-02-13 15:26:50 -03:00
efreet Fix typos - (Part #5) 2020-06-25 09:03:07 +02:00
eina eina thread - check return of pthread_attr_init 2020-09-19 23:37:22 +01:00
eio docs: Correct the wrong API group name and typo in Evas, Eet, Eina, Eio and Elementary 2020-07-14 10:09:22 +01:00
eldbus Fix typos - (Part #5) 2020-06-25 09:03:07 +02:00
elementary elm_config: don't prepend /tmp/ to file name 2020-09-21 11:26:23 +02:00
elput call sd_seat_can_tty to determine if ttys should be used, instead of hard-coding seat0 2020-09-18 11:48:19 +02:00
elua elua: add searchpath impl for 5.1 compat 2020-07-31 19:01:59 +02:00
embryo Get rid of trailing whitespaces (11 / 14) 2020-06-23 10:31:05 +02:00
emile refactor build 2020-05-27 11:06:46 +02:00
emotion emotion: remove all left overs from removed backends 2020-06-05 12:47:43 +02:00
eo efl: resolve warnings over misleading code 2020-09-01 14:12:31 +02:00
eolian Fix typos - (Part #5) 2020-06-25 09:03:07 +02:00
eolian_cxx cxx: Fix uses of intrinsic eolian binbuf type 2020-06-09 10:29:32 +02:00
ephysics refactor build 2020-05-27 11:06:46 +02:00
ethumb Get rid of trailing whitespaces (11 / 14) 2020-06-23 10:31:05 +02:00
ethumb_client Get rid of trailing whitespaces (11 / 14) 2020-06-23 10:31:05 +02:00
evas evas_main: Fix memory leak. 2020-09-17 17:23:10 +09:00
evil Evil: add gettimeofday() 2020-08-31 14:24:08 +02:00
.gitignore