作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
SVG 路径通常看起来像一条实线:
是否可以为 SVG 路径实现手绘(蜡笔)风格?
最佳答案
你可以尝试使用 svg
的 filter
<svg width="1000" height="500">
<defs>
<filter id="filter" height="2" width="2">
<feTurbulence baseFrequency="0.2" numOctaves="3" type="fractalNoise" />
<feDisplacementMap scale="80" xChannelSelector="R" in="SourceGraphic" />
</filter>
</defs>
<path d="m 100 100 l 200 10" stroke="black" stroke-width="20" style="filter:url(#filter)"/>
关于css - SVG 路径的手绘(蜡笔)风格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30229943/
SVG 路径通常看起来像一条实线: 是否可以为 SVG 路径实现手绘(蜡笔)风格? 最佳答案 你可以尝试使用 svg 的 filter
我是一名优秀的程序员,十分优秀!