From 7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Mon, 5 Nov 2007 21:15:27 +0000 Subject: Improve the user interaction for snapping of bounding boxes, and add an new tab in document properties for detailed snapping options (bzr r4033) --- src/attributes.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 5fb4a87a0..f09e9cc36 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -90,6 +90,8 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_SNAP_CENTER, "inkscape:snap-center"}, {SP_ATTR_INKSCAPE_OBJECT_PATHS, "inkscape:object-paths"}, {SP_ATTR_INKSCAPE_OBJECT_NODES, "inkscape:object-nodes"}, + {SP_ATTR_INKSCAPE_BBOX_PATHS, "inkscape:bbox-paths"}, + {SP_ATTR_INKSCAPE_BBOX_NODES, "inkscape:bbox-nodes"}, {SP_ATTR_INKSCAPE_CURRENT_LAYER, "inkscape:current-layer"}, {SP_ATTR_INKSCAPE_DOCUMENT_UNITS, "inkscape:document-units"}, {SP_ATTR_INKSCAPE_CONNECTOR_SPACING, "inkscape:connector-spacing"}, -- cgit v1.2.3