Make a SVG image with vector stroke and drop-shadow

时间:2017-12-18 07:58:23

标签: svg svg-filters dropshadow

I'm trying to get drop-shadow of svg image.

I noticed that the stroke gets also blurred (I mean the vector lines are pixelized)... when I apply drop-shadow filter. Isn't it possible to keep the stroke line sharp and add drop shadow behind it??

the svg image looks like this.

the second question..

public class A{
 public void a(){
 }
}

//newer version of module
public class AVariant{
 public void a(String b){
 }
}

0 个答案:

没有答案