From 8f4e02a39aaa081904334a870ed319cd9f5da75a Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 27 Jun 2014 16:16:35 +0200 Subject: [PATCH] last png -> svg --- BGL/doc/BGL/fig/remove_face.svg | 507 +++++++++++++++++ BGL/doc/BGL/fig/remove_face_and_vertex.svg | 532 ++++++++++++++++++ .../CGAL/boost/graph/Euler_operations.h | 4 +- 3 files changed, 1041 insertions(+), 2 deletions(-) create mode 100755 BGL/doc/BGL/fig/remove_face.svg create mode 100755 BGL/doc/BGL/fig/remove_face_and_vertex.svg diff --git a/BGL/doc/BGL/fig/remove_face.svg b/BGL/doc/BGL/fig/remove_face.svg new file mode 100755 index 00000000000..7e2396c2037 --- /dev/null +++ b/BGL/doc/BGL/fig/remove_face.svg @@ -0,0 +1,507 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + remove_face(h,g) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + h + + + + + + + + + + + + + diff --git a/BGL/doc/BGL/fig/remove_face_and_vertex.svg b/BGL/doc/BGL/fig/remove_face_and_vertex.svg new file mode 100755 index 00000000000..710f6fd8045 --- /dev/null +++ b/BGL/doc/BGL/fig/remove_face_and_vertex.svg @@ -0,0 +1,532 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + remove_face(h,g) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + h + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/BGL/include/CGAL/boost/graph/Euler_operations.h b/BGL/include/CGAL/boost/graph/Euler_operations.h index 12ec2e81a2b..12e008cc68f 100644 --- a/BGL/include/CGAL/boost/graph/Euler_operations.h +++ b/BGL/include/CGAL/boost/graph/Euler_operations.h @@ -483,8 +483,8 @@ split_loop(typename boost::graph_traits::halfedge_descriptor h1, * * If this creates isolated vertices they get removed as well. * - * \image html erase_facet1.png - * \image html erase_facet2.png + * \image html remove_face.svg + * \image html remove_face_and_vertex.svg * * \tparam Graph must be a model of `MutableFaceGraph` *