liquid_feedback_frontend
view static/mdl/buffer.svg @ 1828:caa6c71dd22a
Show units as tree in member administration
| author | bsw | 
|---|---|
| date | Thu Feb 03 12:16:11 2022 +0100 (2022-02-03) | 
| parents | 32cc544d5a5b | 
| children | 
 line source
     1 <?xml version="1.0"?>
     2 <svg width="12" height="4" viewPort="0 0 12 4" version="1.1" xmlns="http://www.w3.org/2000/svg">
     3   <ellipse cx="2" cy="2" rx="2" ry="2">
     4     <animate attributeName="cx" from="2" to="-10" dur="0.6s" repeatCount="indefinite" />
     5   </ellipse>
     6   <ellipse cx="14" cy="2" rx="2" ry="2" class="loader">
     7     <animate attributeName="cx" from="14" to="2" dur="0.6s" repeatCount="indefinite" />
     8   </ellipse>
     9 </svg>
