diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-11-05 21:15:27 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-11-05 21:15:27 +0000 |
| commit | 7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505 (patch) | |
| tree | e43c8810d733b3c6e88b9419d0ef38eed5a9542c /src/attributes.cpp | |
| parent | pattern along path is not obsolete :) (diff) | |
| download | inkscape-7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505.tar.gz inkscape-7f8e2a6bf0391a4922e8ba306b44ce7ae9d8c505.zip | |
Improve the user interaction for snapping of bounding boxes, and add an new tab in document properties for detailed snapping options
(bzr r4033)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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"}, |
