]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/graph/doc/grid_graph_export_svg.sh
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / graph / doc / grid_graph_export_svg.sh
CommitLineData
7c673cae
FG
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
13inkscape --export-png grid_graph_unwrapped.png --export-id g3150 --export-id-only grid_graph_unindexed.svg
14
15# Unindexed, wrapped
16inkscape --export-png grid_graph_wrapped.png grid_graph_unindexed.svg
17
18# Indexed, unwrapped
19inkscape --export-png grid_graph_indexed.png grid_graph_indexed.svg