From: Cedric BAIL Date: Mon, 8 Dec 2014 08:04:41 +0000 (+0100) Subject: evas: add evas_vg note. X-Git-Tag: accepted/tizen/mobile/20150709.001446~192 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F33%2F43133%2F1;p=platform%2Fupstream%2Fefl.git evas: add evas_vg note. Change-Id: I11728a386c2f2175ca06c5649833ce49d90fac93 --- diff --git a/NOTES b/NOTES new file mode 100644 index 0000000..bb565c2 --- /dev/null +++ b/NOTES @@ -0,0 +1,31 @@ +Evas_VG_Color_List + - List of color + +Evas_VG_Gradient + gradient_type_set (radial, linear) + color_list_set + point_set (i, x, y) + +Evas_VG_Fill + - abstract + +Evas_VG_Root_Node (only one at the top, Evas_VG_Container) + +Evas_VG_Shape + fill + stroke_scale + stroke_color + stroke_fill + stroke_width + stroke_location + stroke_dash(length[], gap[]) + stroke_marker(Evas_VG_Shape *) + stroke_cap + stroke_join + +Evas_VG_Filter + ?? + +bounds_get -> Evas_VG_Node + +Eina_Matrix3