summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNeil Roberts <neil@linux.intel.com>2010-04-21 11:49:57 +0100
committerNeil Roberts <neil@linux.intel.com>2010-04-21 13:20:23 +0100
commit17a1595cb0776e20e9fa6708190e65ee3af7b995 (patch)
tree4c0bcd9ea8beb133b922a53eff848ddd0f20d452 /doc
parent8afea984376fb4aa4af6ee5e3886473b352ebd9f (diff)
downloadcogl-17a1595cb0776e20e9fa6708190e65ee3af7b995.tar.gz
cogl-path: Document how a shape is filled
This adds some documentation to cogl_path_fill() describing the fill rule Cogl uses.
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/cogl/Makefile.am6
-rw-r--r--doc/reference/cogl/fill-rule.pngbin0 -> 3121 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/reference/cogl/Makefile.am b/doc/reference/cogl/Makefile.am
index c6cbe11f..c0d9b22f 100644
--- a/doc/reference/cogl/Makefile.am
+++ b/doc/reference/cogl/Makefile.am
@@ -90,7 +90,8 @@ EXTRA_HFILES=
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
-HTML_IMAGES=
+HTML_IMAGES = \
+ fill-rule.png
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
@@ -117,3 +118,6 @@ include $(top_srcdir)/gtk-doc.make
# Other files to distribute
# e.g. EXTRA_DIST += version.xml.in
+
+EXTRA_DIST += \
+ fill-rule.png
diff --git a/doc/reference/cogl/fill-rule.png b/doc/reference/cogl/fill-rule.png
new file mode 100644
index 00000000..1e4fbb0f
--- /dev/null
+++ b/doc/reference/cogl/fill-rule.png
Binary files differ