New release

This commit is contained in:
Knut Sveidqvist
2016-05-29 19:18:04 +02:00
parent 0ab0be01c2
commit d8929db208
28 changed files with 41 additions and 59026 deletions

View File

@@ -40,7 +40,7 @@ var options = {
outputDir: system.args[1]
, png: system.args[2] === 'true' ? true : false
, svg: system.args[3] === 'true' ? true : false
, css: system.args[4] !== '' ? system.args[4] : '* { margin: 0; padding: 0; }'
, css: system.args[4] !== '' ? system.args[4] : '* { margin: 0; padding: 0; }'
, sequenceConfig: system.args[5]
, ganttConfig: system.args[6]
, verbose: system.args[7] === 'true' ? true : false
@@ -59,7 +59,7 @@ var options = {
page.content = [
'<html>'
, '<head>'
, '<style type="text/css">'
, '<style type="text/css">body {background:white;font-family: Arial;}'
, options.css
, '</style>'
, '</head>'