[geometry] Moved SVG from extensions to main tree, to release it

[SVN r84233]
This commit is contained in:
Barend Gehrels
2013-05-11 12:27:43 +00:00
parent f2bc495f53
commit edca638dfc
41 changed files with 54 additions and 63 deletions

View File

@@ -87,5 +87,6 @@
#include <boost/geometry/views/segment_view.hpp>
#include <boost/geometry/io/io.hpp>
#include <boost/geometry/io/svg/svg_mapper.hpp>
#endif // BOOST_GEOMETRY_GEOMETRY_HPP

View File

@@ -41,7 +41,7 @@
#include <boost/geometry/multi/algorithms/envelope.hpp>
#include <boost/geometry/multi/algorithms/num_points.hpp>
#include <boost/geometry/extensions/io/svg/write_svg.hpp>
#include <boost/geometry/io/svg/write_svg.hpp>
// Helper geometries (all points are transformed to integer-points)
#include <boost/geometry/geometries/geometries.hpp>

View File

@@ -13,7 +13,7 @@
#define BOOST_GEOMETRY_IO_SVG_WRITE_SVG_MULTI_HPP
#include <boost/geometry/extensions/io/svg/write_svg.hpp>
#include <boost/geometry/io/svg/write_svg.hpp>
namespace boost { namespace geometry