sakura/img/svg/loader/orange.progress-bar-stripe-loader.svg
MomentQYC 3c0161eb5f
初次资源提交 (#296)
* First Commit

* Update README.md

* Delete botui.js

* Delete img/svg/mine directory

* Delete animation404.js

* Delete mastodon-about.js

* Delete js/highlight directory

* Create relay

* Add files via upload

* Delete other-sites/me directory

* Delete relay

* Delete js/pure-js-lib directory

* Update static

* 'Update'

* 'Update'

* Update

* Update
2022-07-05 17:33:39 +08:00

26 lines
2.5 KiB
XML

<svg width="80px" height="80px" xmlns="http://www.w3.org/2000/svg" viewBox="-200 -200 500 500" preserveAspectRatio="xMidYMid" class="lds-stripe" style="background: rgb(254, 250, 199) none repeat scroll 0% 0%;">
<defs>
<pattern id="blah" patternUnits="userSpaceOnUse" x="0" y="0" width="100" height="100">
<g transform="translate(7.8 0)">
<g transform="rotate(20 50 50) scale(1.2)">
<rect x="-20" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="-10" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="0" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="10" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="20" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="30" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="40" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="50" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="60" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="70" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="80" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="90" y="-10" width="10" height="120" ng-attr-fill="{{config.c2}}" fill="#ffffcb"></rect>
<rect x="100" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
<rect x="110" y="-10" width="10" height="120" ng-attr-fill="{{config.c1}}" fill="orange"></rect>
</g>
<animateTransform attributeName="transform" type="translate" values="0 0;26 0" keyTimes="0;1" ng-attr-dur="{{config.speed}}s" repeatCount="indefinite" dur="1s"></animateTransform>
</g>
</pattern>
</defs>
<rect ng-attr-rx="{{config.r}}" ng-attr-ry="{{config.r}}" ng-attr-x="{{config.x}}" ng-attr-y="{{config.y}}" ng-attr-stroke="{{config.stroke}}" ng-attr-stroke-width="{{config.strokeWidth}}" ng-attr-width="{{config.width}}" ng-attr-height="{{config.height}}" fill="url(#blah)" rx="15" ry="15" x="5" y="36" stroke="orange" stroke-width="5" width="90" height="28"></rect>
</svg>