summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index a8cd2e83d..968e38633 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -112,6 +112,11 @@ static SPStyleProp const props[] = {
/* SPRect */
{SP_ATTR_RX, "rx"},
{SP_ATTR_RY, "ry"},
+ /* SP3DBox */
+ {SP_ATTR_INKSCAPE_3DBOX, "inkscape:3dbox"},
+ {SP_ATTR_INKSCAPE_3DBOX_CORNER_A, "inkscape:box3dcornerA"}, // "upper left front" corner
+ {SP_ATTR_INKSCAPE_3DBOX_CORNER_B, "inkscape:box3dcornerB"}, // "lower right front" corner
+ {SP_ATTR_INKSCAPE_3DBOX_CORNER_C, "inkscape:box3dcornerC"}, // "lower right rear" corner
/* SPEllipse */
{SP_ATTR_R, "r"},
{SP_ATTR_CX, "cx"},