Re: [Inkscape-user] How to make shadows with inkscape?
On 3/21/06, Hadmut Danisch <hadmut@...1280...> wrote:
Hi,
how would I create an object with a shadow with inkscape?
Read the file doc/inkscape-shadow.README from an Inkscape distribution.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
Hi,
On Tue, Mar 21, 2006 at 02:26:07PM -0400, bulia byak wrote:
Read the file doc/inkscape-shadow.README from an Inkscape distribution.
Thanks for the hint, but that's not what I am looking for.
This Readme describes a method how to export an object, render the shadow externally as a bitmap, and then reimport the bitmap. Ugly, really ugly.
The example I have posted used
<defs xmlns="http://www.w3.org/2000/svg"> <filter xmlns="http://www.w3.org/2000/svg" width="1.2" height="1.2" id="dropshadow" > <feGaussianBlur xmlns="http://www.w3.org/2000/svg" stdDeviation="4" result="blur" /> </filter> </defs>
...
<path xmlns="http://www.w3.org/2000/svg" filter="url(#dropshadow)" transform="tra nslate( 0.649837573145852 13.5460488704254 )" style="fill: #ccc; stroke: none;" d="M207.5, 207.5 L257.158000339668,408.970427115906 A207.5,207.5 0, 0,1, 111.069941800918 23.76787467 69589 Z" />
Thus _not_ having a bitmapped shadow, but describing the blurred (!) shadow just in XML.
regards Hadmut
On 3/21/06, Hadmut Danisch <hadmut@...1280...> wrote:
<defs xmlns="http://www.w3.org/2000/svg"> <filter xmlns="http://www.w3.org/2000/svg" width="1.2" height="1.2" id="dropshadow" > <feGaussianBlur xmlns="http://www.w3.org/2000/svg" stdDeviation="4" result="blur" /> </filter> </defs>
As you may know, we do not yet support SVG filters. The "ugly" method at least works right here and now.
-- bulia byak Inkscape. Draw Freely. http://www.inkscape.org
participants (2)
-
bulia byak
-
Hadmut Danisch