Mobile app version of vmapp.org
Login or Join
Gloria351

: Sketch: import SVGs with filters I have an SVG with a filter tag that several elements are using. How do I get Sketch to recognize it? This is a simpler SVG, but it conveys my point: <svg

@Gloria351

Posted in: #SketchApp #Svg

I have an SVG with a filter tag that several elements are using. How do I get Sketch to recognize it?

This is a simpler SVG, but it conveys my point:

<svg width="230" height="120">
<filter id="blurMe">
<feGaussianBlur in="SourceGraphic" stdDeviation="5"/>
</filter>

<circle cx="60" cy="60" r="50" fill="green" />

<circle cx="170" cy="60" r="50" fill="green" filter="url(#blurMe)" />
</svg>


(example comes from MDN article on <filter>)

When viewed in a browser, this looks like this:



But what Sketch gives me is this:



How do I get Sketch to include the filter? Or if it's impossible, is there a workaround where I can apply the filter?

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Gloria351

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme