2
0
mirror of https://github.com/boostorg/graph.git synced 2026-02-01 20:42:11 +00:00
Files
graph/doc/grid_graph_export_svg.sh
Jeremiah Willcock 801a11bf4a Merged in changes from trunk for Boost.Graph and Boost.PropertyMap. Includes
r56013, r56014, r56015, r56016, r56017, r56089, r56097, r56116, r56117, r56126,
r56127, r56128, r56140, r56147, r56300, r56301, r56339, r56360, r56454, r56473,
r56563, r56651, r56654, r56658, r56682, r56732, r56796, r56855, r56856, r56868,
r55667, r56860, r55473, r55507, r55528, r55749, r56147, r55723, r56109, r56859,
and r55780.


[SVN r56881]
2009-10-15 20:40:46 +00:00

19 lines
718 B
Bash
Executable File

#!/bin/bash
#=======================================================================
# Copyright 2009 Trustees of Indiana University.
# Authors: Michael Hansen, Andrew Lumsdaine
#
# Distributed under the Boost Software License, Version 1.0. (See
# accompanying file LICENSE_1_0.txt or copy at
# http:#www.boost.org/LICENSE_1_0.txt)
#=======================================================================
# Unindexed, unwrapped
inkscape --export-png grid_graph_unwrapped.png --export-id g3150 --export-id-only grid_graph_unindexed.svg
# Unindexed, wrapped
inkscape --export-png grid_graph_wrapped.png grid_graph_unindexed.svg
# Indexed, unwrapped
inkscape --export-png grid_graph_indexed.png grid_graph_indexed.svg