# HG changeset patch # User Ingo Weinzierl # Date 1264411111 0 # Node ID c896282c260177cff2e613fcb13716df04e983b9 # Parent 1bf058f1a2d197c2e6ad94d6e42182caab3b8dc8 Issue 156 solved. Added width, height and points as parameter to svg and pdf output mode. Width and height have an effact on the width and height of the export, points is a boolean property which enables/disables the drawing of data points. gnv-artifacts/trunk@616 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/ChangeLog --- a/gnv-artifacts/ChangeLog Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/ChangeLog Mon Jan 25 09:18:31 2010 +0000 @@ -1,3 +1,19 @@ +2010-01-25 Ingo Weinzierl + + Issue156 + + * doc/conf/products/verticalcrosssection/conf_mesh.xml, + doc/conf/products/timeseries/conf_mesh.xml, + doc/conf/products/timeseries/conf_timeseriespoint.xml, + doc/conf/products/horizontalprofile/conf_mesh.xml, + doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml, + doc/conf/products/horizontalprofile/conf_mesh_cross.xml, + doc/conf/products/verticalprofile/conf_mesh.xml, + doc/conf/products/verticalprofile/conf_timeseriespoint.xml, + doc/conf/products/verticalprofile/conf_instantaneouspoint.xml: Added some + parameter (width, height, and shapes) to output modes svg and pdf. Now, + these parameter will have an effect on svg and pdf exports. + 2010-01-24 Sascha L. Teichmann * doc/conf/conf.xml: Added attribute "fill-color" to diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_instantaneouspoint.xml Mon Jan 25 09:18:31 2010 +0000 @@ -225,8 +225,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh.xml Mon Jan 25 09:18:31 2010 +0000 @@ -205,8 +205,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml --- a/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/horizontalprofile/conf_mesh_cross.xml Mon Jan 25 09:18:31 2010 +0000 @@ -171,8 +171,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_mesh.xml Mon Jan 25 09:18:31 2010 +0000 @@ -187,8 +187,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/timeseries/conf_timeseriespoint.xml Mon Jan 25 09:18:31 2010 +0000 @@ -197,8 +197,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalcrosssection/conf_mesh.xml Mon Jan 25 09:18:31 2010 +0000 @@ -149,8 +149,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_instantaneouspoint.xml Mon Jan 25 09:18:31 2010 +0000 @@ -94,8 +94,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_mesh.xml Mon Jan 25 09:18:31 2010 +0000 @@ -209,8 +209,20 @@ - - + + + + + + + + + + + + + + diff -r 1bf058f1a2d1 -r c896282c2601 gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml --- a/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Sun Jan 24 20:24:03 2010 +0000 +++ b/gnv-artifacts/doc/conf/products/verticalprofile/conf_timeseriespoint.xml Mon Jan 25 09:18:31 2010 +0000 @@ -168,8 +168,20 @@ - - + + + + + + + + + + + + + +