diff options
author | don bright <hugh.m.bright@gmail.com> | 2012-10-28 16:51:43 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2012-10-28 16:51:43 (GMT) |
commit | f39cb81549333c9305ac0330751bad6654838838 (patch) | |
tree | 0a09d3f8d5b5d740834d226be324ca08ee6174e2 /src/svg.h | |
parent | 4ecd9fa8a4ceeb49ec62a50197f4fa4da9276796 (diff) |
remove debugging. cleanup
Diffstat (limited to 'src/svg.h')
-rw-r--r-- | src/svg.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ namespace OpenSCAD { static int svg_cursor = 0; -std::string svg_header(); +std::string svg_header( int pixwidth = 480, int pixheight = 480 ); std::string svg_label(std::string s); std::string svg_border(); std::string svg_axes(); |