diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2015-12-21 09:48:56 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2015-12-21 09:48:56 +0000 |
| commit | 6f817f71119774c09888fddf8ba28a96c4546165 (patch) | |
| tree | 5d1296a00c47067231691b2e9eb31ea0ee5c92de /src/attributes.cpp | |
| parent | fixes layer movement when there is a document scaling factor (diff) | |
| download | inkscape-6f817f71119774c09888fddf8ba28a96c4546165.tar.gz inkscape-6f817f71119774c09888fddf8ba28a96c4546165.zip | |
Add option for checkerboard background.
Fixed bugs:
- https://launchpad.net/bugs/397723
(bzr r14539)
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 e8620a498..dcd644b5d 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -82,6 +82,7 @@ static SPStyleProp const props[] = { {SP_ATTR_FIT_MARGIN_LEFT, "fit-margin-left"}, {SP_ATTR_FIT_MARGIN_RIGHT, "fit-margin-right"}, {SP_ATTR_FIT_MARGIN_BOTTOM, "fit-margin-bottom"}, + {SP_ATTR_INKSCAPE_PAGECHECKERBOARD, "inkscape:checkerboard"}, {SP_ATTR_INKSCAPE_PAGEOPACITY, "inkscape:pageopacity"}, {SP_ATTR_INKSCAPE_PAGESHADOW, "inkscape:pageshadow"}, {SP_ATTR_INKSCAPE_ZOOM, "inkscape:zoom"}, |
