evas: for whatever reason the example didn't interpolate the origin before.
authorCedric BAIL <cedric@osg.samsung.com>
Tue, 3 Apr 2018 21:24:30 +0000 (14:24 -0700)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 10 Apr 2018 13:25:39 +0000 (22:25 +0900)
src/examples/evas/evas-vg-batman.c

index cb13912..cbb46fb 100644 (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);