summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/attributes.cpp b/src/attributes.cpp
index f02e9b28f..5f7a710c3 100644
--- a/src/attributes.cpp
+++ b/src/attributes.cpp
@@ -233,13 +233,12 @@ static SPStyleProp const props[] = {
//{SP_ATTR_DX, "dx"},
//{SP_ATTR_DY, "dy"},
/*feSpecularLighting*/
- //{SP_ATTR_SURFACESCALE, "surfaceScale"},
{SP_ATTR_SPECULARCONSTANT, "specularConstant"},
{SP_ATTR_SPECULAREXPONENT, "specularExponent"},
/*feTile*/
/*feTurbulence*/
{SP_ATTR_BASEFREQUENCY, "baseFrequency"},
- {SP_ATTR_NUMOCTAVES, "numOctaves"},
+ {SP_ATTR_NUMOCTAVES, "numOctaves"},
{SP_ATTR_SEED, "seed"},
{SP_ATTR_STITCHTILES, "stitchTiles"},
//{SP_ATTR_TYPE, "type"},