1<?php
2/**
3 * Options for the svgembed plugin
4 *
5 * @author  Michael Bowers <restlessmind@gmail.com>
6 */
7
8$conf['max_svg_width']      = 1024;         // Maximum width of an SVG file
9$conf['default_width']      = 300;          // Default fall-through width of an SVG file
10$conf['default_height']     = 150;          // Default fall-through height of an SVG file
11$conf['default_print']      = 0;            // Default value for printing configuration
12
13?>
14