<?php

$program_name = 'inkscape';
$input_text = 'We collect 2 traces of inkscape\'s allocation when doing:'."\n";
$input = array('Start the program',
				'Open SVG logo of Wikipedia and save as PNG');

$input_ops = array(8733178, 21768582);

$program_desc = 'Inkscape is a vector graphics editor application. It is distributed under a free software license, the GNU GPL. Its stated '."\n";
$program_desc .= 'goal is to become a powerful graphics tool while being fully compliant with the XML, SVG, and CSS standards.'."\n";

require_once 'program_page.php';
?>
