annotate inkscape/firefox/template/textmenu/app.prj @ 1095:bced6fe39856

Fix position (collision) detection for OpenVG. We still have no way to check if a point is in the fill area of a shape for OpenVG. So, we only use current area (rectangle) of a shape to determine it. So, mbe_in_fill() of OpenVG always return true.
author Thinker K.F. Li <thinker@codemud.net>
date Sat, 04 Dec 2010 13:48:43 +0800
parents 3d21115297ba
children
rev   line source
371
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
1 <project>
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
2 <scene src='list.mbsvg' />
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
3 <source src='main.c'/>
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
4 <source src='%n.c'/>
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
5 <source src='%n.h'/>
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
6 <source src='Makefile'/>
3d21115297ba Add textmenu template
wycc
parents:
diff changeset
7 </project>