kahunamoore / svg-edit

Automatically exported from code.google.com/p/svg-edit
MIT License
0 stars 1 forks source link

Effect Request: Dropshadow filter #480

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if dropshadow filter is available.  It is one of the most
frequently used filters that make objects and texts look a bit cooler I
think.  Thanks.

Takeo

Original issue reported on code.google.com by takeo.ka...@gmail.com on 13 Feb 2010 at 5:37

GoogleCodeExporter commented 9 years ago
Agreed this would be cool, along with blur.  Still not sure on a good interface 
yet,
so probably will not make Bicorn (2.5).  Definitely we should shoot for 2.6

Original comment by codedr...@gmail.com on 13 Feb 2010 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by codedr...@gmail.com on 20 Feb 2010 at 12:07

GoogleCodeExporter commented 9 years ago

Original comment by adeve...@gmail.com on 28 Jan 2011 at 4:54

GoogleCodeExporter commented 9 years ago
Hey guys,

please fix this issue. It would be sooooo nice. You put also the shadow tp your 
svgroot:

<filter id="canvashadow" filterUnits="objectBoundingBox">' +
'<feGaussianBlur in="SourceAlpha" stdDeviation="4" result="blur"/>'+
'<feOffset in="blur" dx="5" dy="5" result="offsetBlur"/>'+
'<feMerge>'+
'<feMergeNode in="offsetBlur"/>'+
'<feMergeNode in="SourceGraphic"/>'+
'</feMerge>'+
'</filter>

Thanks
Kristina

Original comment by kristina...@googlemail.com on 7 Jun 2012 at 2:40

GoogleCodeExporter commented 9 years ago
Hey guys,

me again...

Here is the patch for this problem.

Best regards,
Kristina

Original comment by kristina...@googlemail.com on 7 Jun 2012 at 2:52

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by bret...@gmail.com on 7 Apr 2014 at 3:38

GoogleCodeExporter commented 9 years ago

Original comment by bret...@gmail.com on 7 Apr 2014 at 3:41