summaryrefslogtreecommitdiff
path: root/NOTES
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:13:02 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-04-03 16:13:02 +0200
commit7b759ceeca12f5e1c56bbdbbf1bd454f46bb4369 (patch)
treed8f61ff349f5d60280d5c6285b3ef61cc5dd7c36 /NOTES
parent45ccb8f6d1874d41c1a9b500af66922908fdcd71 (diff)
downloadefl-7b759ceeca12f5e1c56bbdbbf1bd454f46bb4369.tar.gz
evas: add evas_vg note.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES31
1 files changed, 31 insertions, 0 deletions
diff --git a/NOTES b/NOTES
new file mode 100644
index 0000000000..bb565c266b
--- /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