summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e44ac0)
raw | patch | inline | side by side (parent: 2e44ac0)
author | jaspervdg <jaspervdg@users.sourceforge.net> | |
Fri, 21 Mar 2008 10:10:29 +0000 (10:10 +0000) | ||
committer | jaspervdg <jaspervdg@users.sourceforge.net> | |
Fri, 21 Mar 2008 10:10:29 +0000 (10:10 +0000) |
src/svg/path-string.cpp | patch | blob | history | |
src/svg/path-string.h | patch | blob | history |
index 4cf790a9b509827ff4b857715a61a356db3913e1..3006508111a02f3b9742e484cfe9e0172930784e 100644 (file)
--- a/src/svg/path-string.cpp
+++ b/src/svg/path-string.cpp
Inkscape::SVG::PathString::PathString() :
allow_relative_coordinates(0 != prefs_get_int_attribute("options.svgoutput", "allowrelativecoordinates", 1)),
- allow_shorthands(0 != prefs_get_int_attribute("options.svgoutput", "allowshorthands", 1)),
force_repeat_commands(0 != prefs_get_int_attribute("options.svgoutput", "forcerepeatcommands", 0))
{}
diff --git a/src/svg/path-string.h b/src/svg/path-string.h
index e90e110486780550a80de5754592cf1d67891d03..bc0628a5abaad5c439601275ccb805eed9e5907c 100644 (file)
--- a/src/svg/path-string.h
+++ b/src/svg/path-string.h
NR::Point _current_point;
bool const allow_relative_coordinates;
- bool const allow_shorthands;
bool const force_repeat_commands;
};