annotate inkscape/firefox/content/sample.prj @ 439:254854ed479c

Fix bug of _find_shape_in_pos(). It can not find a correct shape for a specified point. Since it call _shape_pos_is_in_cairo() directly, cairo_new_path() is not called to clear path after each calling for a shape. So, old path would interference later testing. It should call _shape_pos_is_in() instead of _shape_pos_is_in_cairo().
author Thinker K.F. Li <thinker@branda.to>
date Thu, 30 Jul 2009 15:42:47 +0800
parents 04609111485d
children
rev   line source
363
04609111485d Add sample project file
wycc
parents:
diff changeset
1 <project>
04609111485d Add sample project file
wycc
parents:
diff changeset
2 <scene src="/tmp/scene.mbsvg"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
3 <scene src="/tmp/second.mbsvg"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
4 <source src="/tmp/main.c"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
5 <source src="/tmp/second.c"/>
04609111485d Add sample project file
wycc
parents:
diff changeset
6 </project>