write_svg_multi.hpp 908 B

123456789101112131415161718192021222324252627
  1. // Boost.Geometry (aka GGL, Generic Geometry Library)
  2. // Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  3. // This file was modified by Oracle on 2016.
  4. // Modifications copyright (c) 2016, Oracle and/or its affiliates.
  5. // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
  6. // Parts of Boost.Geometry are redesigned from Geodan's Geographic Library
  7. // (geolib/GGL), copyright (c) 1995-2010 Geodan, Amsterdam, the Netherlands.
  8. // Use, modification and distribution is subject to the Boost Software License,
  9. // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  10. // http://www.boost.org/LICENSE_1_0.txt)
  11. #ifndef BOOST_GEOMETRY_IO_SVG_WRITE_SVG_MULTI_HPP
  12. #define BOOST_GEOMETRY_IO_SVG_WRITE_SVG_MULTI_HPP
  13. // THIS FILE WAS LEFT HERE FOR BACKWARD COMPATIBILITY
  14. #include <boost/geometry/io/svg/write.hpp>
  15. #endif // BOOST_GEOMETRY_IO_SVG_WRITE_SVG_MULTI_HPP