liquid_feedback_frontend
diff static/mdl/buffer.svg @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
| author | bsw/jbe |
|---|---|
| date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
| parents | |
| children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/static/mdl/buffer.svg Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -0,0 +1,9 @@ 1.4 +<?xml version="1.0"?> 1.5 +<svg width="12" height="4" viewPort="0 0 12 4" version="1.1" xmlns="http://www.w3.org/2000/svg"> 1.6 + <ellipse cx="2" cy="2" rx="2" ry="2"> 1.7 + <animate attributeName="cx" from="2" to="-10" dur="0.6s" repeatCount="indefinite" /> 1.8 + </ellipse> 1.9 + <ellipse cx="14" cy="2" rx="2" ry="2" class="loader"> 1.10 + <animate attributeName="cx" from="14" to="2" dur="0.6s" repeatCount="indefinite" /> 1.11 + </ellipse> 1.12 +</svg>