evas: for whatever reason the example didn't interpolate the origin before.

This commit is contained in:
Cedric BAIL 2018-04-03 14:24:30 -07:00
parent 039a7118a1
commit d76b6b42da
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ main(void)
for (i = 0; i < sizeof (batmans_path) / sizeof (batmans_path[0]); i++)
{
batmans_vg[i] = evas_vg_shape_add(vg);
evas_vg_node_origin_set(batmans_vg[i], 100, 150);
evas_vg_node_color_set(batmans_vg[i], 0, 0, 0, 255);
evas_vg_shape_stroke_color_set(batmans_vg[i], 128, 10,10, 128);
evas_vg_shape_stroke_width_set(batmans_vg[i], 4.0);