diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-10-02 22:48:49 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-10-02 22:48:49 +0000 |
| commit | b1fd9e5520ba0578f3b1dbfa53a806bfdb74f3a3 (patch) | |
| tree | cacb602e37499ebb99f1bfd76268a15adcc4e944 /src/attributes.cpp | |
| parent | Adjust dock size to minimum width during canvas table size allocation signal. (diff) | |
| download | inkscape-b1fd9e5520ba0578f3b1dbfa53a806bfdb74f3a3.tar.gz inkscape-b1fd9e5520ba0578f3b1dbfa53a806bfdb74f3a3.zip | |
Doc rotate start
(bzr r15142.1.1)
Diffstat (limited to 'src/attributes.cpp')
| -rw-r--r-- | src/attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp index b06ff6048..cc75d94c6 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -89,6 +89,7 @@ static SPStyleProp const props[] = { {SP_ATTR_INKSCAPE_ZOOM, "inkscape:zoom"}, {SP_ATTR_INKSCAPE_CX, "inkscape:cx"}, {SP_ATTR_INKSCAPE_CY, "inkscape:cy"}, + {SP_ATTR_INKSCAPE_DOCUMENT_ROTATION, "inkscape:document-rotation"}, {SP_ATTR_INKSCAPE_WINDOW_WIDTH, "inkscape:window-width"}, {SP_ATTR_INKSCAPE_WINDOW_HEIGHT, "inkscape:window-height"}, {SP_ATTR_INKSCAPE_WINDOW_X, "inkscape:window-x"}, |
