From 3554ab016656fbd4f26a47d5360d34e9a271060b Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Thu, 12 Apr 2007 20:12:51 +0000 Subject: Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document properties (bzr r2868) --- src/attributes.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index a453b726a..e7465a037 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -92,12 +92,12 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_WINDOW_HEIGHT, "inkscape:window-height"}, {SP_ATTR_INKSCAPE_WINDOW_X, "inkscape:window-x"}, {SP_ATTR_INKSCAPE_WINDOW_Y, "inkscape:window-y"}, - {SP_ATTR_INKSCAPE_GRID_BBOX, "inkscape:grid-bbox"}, +/* {SP_ATTR_INKSCAPE_GRID_BBOX, "inkscape:grid-bbox"}, {SP_ATTR_INKSCAPE_GUIDE_BBOX, "inkscape:guide-bbox"}, {SP_ATTR_INKSCAPE_OBJECT_BBOX, "inkscape:object-bbox"}, {SP_ATTR_INKSCAPE_GRID_POINTS, "inkscape:grid-points"}, {SP_ATTR_INKSCAPE_GUIDE_POINTS, "inkscape:guide-points"}, - {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"}, + {SP_ATTR_INKSCAPE_OBJECT_POINTS, "inkscape:object-points"},*/ {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"}, {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"}, {SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"}, -- cgit v1.2.3