evas vg: fixing the compatibility issue 93/256593/2
authorMira Grudzinska <m.grudzinska@samsung.com>
Wed, 7 Apr 2021 21:23:50 +0000 (23:23 +0200)
committerChun <jykeon@samsung.com>
Thu, 8 Apr 2021 11:00:28 +0000 (11:00 +0000)
commit058feefa36cbda2ab9245974f84245bd301f2f18
treea41bed9029abc8ae60749a0e1a26963760ce674a
parentd088c735deee9ae91f0c63439d69789e2b192851
evas vg: fixing the compatibility issue

According to the standard, after applying arc_to the current control point should
be equal to the current point. This is fixed in Evas + ThorVG by using the cmd_prev
variable, so the value of the current control point, for the compatibility issue,
is set to be the same as in Evas.

Change-Id: I7f3d6510db85dbd18995f158538c9aea544acc73
src/lib/evas/canvas/efl_canvas_vg_shape.c