From a281921f1f0bfe28828423305d5b0ae10e6d894a Mon Sep 17 00:00:00 2001 From: kiirala Date: Wed, 25 Jul 2007 08:35:40 +0000 Subject: [PATCH] Added example of lighting effects --- share/examples/Makefile.am | 3 +- share/examples/lighting_effects.svg | 172 ++++++++++++++++++++++++++++ 2 files changed, 174 insertions(+), 1 deletion(-) create mode 100644 share/examples/lighting_effects.svg diff --git a/share/examples/Makefile.am b/share/examples/Makefile.am index b036205be..1e3387b27 100644 --- a/share/examples/Makefile.am +++ b/share/examples/Makefile.am @@ -23,6 +23,7 @@ example_DATA = \ rope-3D.svg \ animated-clock.svg \ blend_modes.svg \ - flow-go.svg + flow-go.svg \ + lighting_effects.svg EXTRA_DIST = $(example_DATA) diff --git a/share/examples/lighting_effects.svg b/share/examples/lighting_effects.svg new file mode 100644 index 000000000..d1de369be --- /dev/null +++ b/share/examples/lighting_effects.svg @@ -0,0 +1,172 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + Lighting effects example + 25 July 2007 + + + Niko Kiirala + + + + + Copyright 2007 Niko Kiirala, licensed under Creatice Commons by-sa 2.5 + + + + + feDiffuseLighting + feSpecularLighting + light + lighting effects + + + An example, how to make metallic-looking objects with SVG lighting effects + + + + + + + + + + + + + + + + + -- 2.30.2