mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
[geometry] Moved SVG from extensions to main tree, to release it
[SVN r84233]
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user