Code

Filter effects dialog:
[inkscape.git] / src / attributes.cpp
index e7465a0377a1724270309848c7f3fcb3042a216c..968e3863373a74a5f2f7772cff593f76aabc3b10 100644 (file)
@@ -59,20 +59,10 @@ static SPStyleProp const props[] = {
     {SP_ATTR_INKSCAPE_VERSION, "inkscape:version"},
     /* SPNamedView */
     {SP_ATTR_VIEWONLY, "viewonly"},
-    {SP_ATTR_SHOWGRID, "showgrid"},
     {SP_ATTR_SHOWGUIDES, "showguides"},
     {SP_ATTR_GRIDTOLERANCE, "gridtolerance"},
     {SP_ATTR_GUIDETOLERANCE, "guidetolerance"},
     {SP_ATTR_OBJECTTOLERANCE, "objecttolerance"},
-    {SP_ATTR_GRIDORIGINX, "gridoriginx"},
-    {SP_ATTR_GRIDORIGINY, "gridoriginy"},
-    {SP_ATTR_GRIDSPACINGX, "gridspacingx"},
-    {SP_ATTR_GRIDSPACINGY, "gridspacingy"},
-    {SP_ATTR_GRIDCOLOR, "gridcolor"},
-    {SP_ATTR_GRIDOPACITY, "gridopacity"},
-    {SP_ATTR_GRIDEMPCOLOR, "gridempcolor"},
-    {SP_ATTR_GRIDEMPOPACITY, "gridempopacity"},
-    {SP_ATTR_GRIDEMPSPACING, "gridempspacing"},
     {SP_ATTR_GUIDECOLOR, "guidecolor"},
     {SP_ATTR_GUIDEOPACITY, "guideopacity"},
     {SP_ATTR_GUIDEHICOLOR, "guidehicolor"},
@@ -122,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"},
@@ -175,6 +170,9 @@ static SPStyleProp const props[] = {
     {SP_ATTR_FILTERUNITS, "filterUnits"},
     {SP_ATTR_PRIMITIVEUNITS, "primitiveUnits"},
     {SP_ATTR_FILTERRES, "filterRes"},
+    /* Filter primitives common */
+    {SP_ATTR_IN, "in"},
+    {SP_ATTR_RESULT, "result"},
     /*feBlend*/
     {SP_ATTR_MODE, "mode"},
     {SP_ATTR_IN2, "in2"},