From 91819249206cf3c91511e766415f459512e04f1d Mon Sep 17 00:00:00 2001 From: Niko Kiirala Date: Fri, 20 Jul 2007 19:50:41 +0000 Subject: =?UTF-8?q?Patch=20from=20Jean-Ren=C3=A9=20Reinhard:=20support=20f?= =?UTF-8?q?or=20feDiffuseLighting=20and=20feSpecularLighting=20filter=20pr?= =?UTF-8?q?imitives?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (bzr r3269) --- src/attributes.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 968e38633..025f1991b 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -213,6 +213,16 @@ static SPStyleProp const props[] = { {SP_ATTR_XCHANNELSELECTOR, "xChannelSelector"}, {SP_ATTR_YCHANNELSELECTOR, "yChannelSelector"}, //{SP_ATTR_IN2, "in2"}, + /*feDistantLight*/ + {SP_ATTR_AZIMUTH, "azimuth"}, + {SP_ATTR_ELEVATION, "elevation"}, + /*fePointLight*/ + {SP_ATTR_Z, "z"}, + /*feSpotLight*/ + {SP_ATTR_POINTSATX, "pointsAtX"}, + {SP_ATTR_POINTSATY, "pointsAtY"}, + {SP_ATTR_POINTSATZ, "pointsAtZ"}, + {SP_ATTR_LIMITINGCONEANGLE, "limitingConeAngle"}, /*feFlood*/ {SP_ATTR_FLOODCOLOR, "flood-color"}, {SP_ATTR_FLOODOPACITY, "flood-opacity"}, -- cgit v1.2.3