]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/graph/doc/grid_graph_export_svg.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / graph / doc / grid_graph_export_svg.sh
1 #!/bin/bash
2
3 #=======================================================================
4 # Copyright 2009 Trustees of Indiana University.
5 # Authors: Michael Hansen, Andrew Lumsdaine
6 #
7 # Distributed under the Boost Software License, Version 1.0. (See
8 # accompanying file LICENSE_1_0.txt or copy at
9 # http:#www.boost.org/LICENSE_1_0.txt)
10 #=======================================================================
11
12 # Unindexed, unwrapped
13 inkscape --export-png grid_graph_unwrapped.png --export-id g3150 --export-id-only grid_graph_unindexed.svg
14
15 # Unindexed, wrapped
16 inkscape --export-png grid_graph_wrapped.png grid_graph_unindexed.svg
17
18 # Indexed, unwrapped
19 inkscape --export-png grid_graph_indexed.png grid_graph_indexed.svg