canvas vg: fix wrong key pass for caching surface. 43/202643/2
authorHermet Park <hermetpark@gmail.com>
Tue, 2 Apr 2019 06:17:24 +0000 (15:17 +0900)
committerHermet Park <hermetpark@gmail.com>
Tue, 2 Apr 2019 08:37:39 +0000 (17:37 +0900)
commitc9ee1d7d8b9d9b3fff233fd087fd229b89bc6f7c
treefe0b5b5cf38520cd889a36e6346c1e4fa8270221
parent75d63cc7006ab2150c471e18a2e2f1548f4b2538
canvas vg: fix wrong key pass for caching surface.

There is a wrong case that fails caching ector surfaces.
Those vector objects manually constructing shapes,
passed wrong pointer as the cacahing key instead of root node pointer.

This fixes it.

Change-Id: I5f547e896d1d380b2b7fbad00587609f54ce6ec2
src/lib/evas/canvas/efl_canvas_vg_object.c