]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/io/svg/svg.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / io / svg / svg.cpp
index d7f6fa825399fcd443ef5b38c8ca6ce8613fbf60..71739324e50c25e46c280fd4e34ca175de0fdf0a 100644 (file)
@@ -1,7 +1,7 @@
 // Boost.Geometry
 // Unit Test
 
-// Copyright (c) 2016-2017 Oracle and/or its affiliates.
+// Copyright (c) 2016-2021 Oracle and/or its affiliates.
 
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
@@ -141,6 +141,9 @@ void test_all()
         mapper.map(m_ls, m_style);
         mapper.map(m_po, m_style);
         mapper.map(var, m_style);
+
+        bg::svg_mapper<P> mapper2(os, 500, 500, 0.95);
+        mapper2.add(pt);
     }
 }