稀土掘金 稀土掘金
    • 首页
    • AI Coding NEW
    • 沸点
    • 课程
    • 直播
    • 活动
    • AI刷题
    • APP
      插件
      • 搜索历史 清空
        • 写文章
        • 发沸点
        • 写笔记
        • 写代码
        • 草稿箱
        创作灵感 查看更多
    • vip
      会员
确定删除此收藏集吗
删除后此收藏集将被移除
取消
确定删除
确定删除此文章吗
删除后此文章将被从当前收藏集中移除
取消
确定删除
编辑收藏集
0 /100
svg
订阅
avatar
shiny_mm
更多收藏集

微信扫码分享

微信
新浪微博
QQ

2篇文章 · 0订阅
  • SVG 描边动画就这么简单
    在 svg 中对图形(line、polyline、rect、circle、ellipse、polygon)、路径(path)、文本(text、textPath、tspan)的描边都需要用到stroke属性。 stroke:颜色。 stroke-width:宽度。 stroke-…
    • singsong
    • 6年前
    • 7.1k
    • 53
    • 3
    SVG
  • SVG:理解stroke-dasharray和stroke-dashoffset属性
    我们知道SVG是在画画,那么stroke属性系列就是画笔。 官方文档给出的解释是:The stroke-dasharray property controls the pattern of dashes and gaps used to form the shape of a …
    • 严博艺
    • 6年前
    • 22k
    • 43
    • 11
    SVG