javascript svg loader #svg
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript svg loader #svg相关的知识,希望对你有一定的参考价值。
<svg xmlns="http://www.w3.org/2000/svg" width="30px" height="30px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<circle cx="30" cy="30" r="60" stroke="#16AE97" stroke-width="6" fill="none" />
<circle cx="60" cy="60" r="14" stroke="#08D7B8" stroke-width="6" fill="none" transform="rotate(120.611 40 40)">
<animateTransform attributeName="transform" type="rotate" calcMode="linear" values="0 40 40;360 40 40" keyTimes="0;1" dur="1s" begin="0s" repeatCount="indefinite" />
<animate attributeName="stroke-dasharray" calcMode="linear" values="18.84955592153876 169.64600329384882;94.2477796076938 94.24777960769377;18.84955592153876 169.64600329384882" keyTimes="0;0.5;1" dur="1" begin="0s" repeatCount="indefinite" />
</circle>
</svg>
以上是关于javascript svg loader #svg的主要内容,如果未能解决你的问题,请参考以下文章
推荐15款制作 SVG 动画的 JavaScript 库
SVG 加载 vue-svg-loader; [Vue 警告]:无效的组件定义
Vite中使用 svg-sprite-loader
react项目中使用svg-sprite-loader按需加载svg
将 react-svg-loader 添加到 webpack
Webpack + React +多个SVG加载器问题