89 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			89 lines
		
	
	
		
			5.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Progress render format 1`] = `
 | |
| <div class="ant-progress ant-progress-circle ant-progress-status-normal ant-progress-show-info ant-progress-default">
 | |
|   <div class="ant-progress-inner" style="width: 120px; height: 120px; font-size: 24;"><svg viewBox="0 0 100 100" class="ant-progress-circle">
 | |
|       <path d="M 50,50 m 0,-47
 | |
|        a 47,47 0 1 1 0,94
 | |
|        a 47,47 0 1 1 0,-94" stroke="#f3f3f3" stroke-linecap="round" stroke-width="6" fill-opacity="0" class="ant-progress-circle-trail" style="stroke: #f3f3f3; stroke-dasharray: 295.3097094374406px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"></path>
 | |
|       <path d="M 50,50 m 0,-47
 | |
|        a 47,47 0 1 1 0,94
 | |
|        a 47,47 0 1 1 0,-94" stroke-linecap="round" stroke-width="6" fill-opacity="0" class="ant-progress-circle-path" style="stroke: red; stroke-dasharray: 147.6548547187203px 295.3097094374406px; stroke-dashoffset: -0px; transition: stroke-dashoffset .3s ease 0s, stroke-dasharray .3s ease 0s, stroke .3s, stroke-width .06s ease .3s;"></path>
 | |
|     </svg><span title="50%" class="ant-progress-text">50%</span></div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render negetive progress 1`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 0%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span title="0%" class="ant-progress-text">0%</span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render negetive successPercent 1`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 50%; height: 8px; border-radius: 100px;"></div>
 | |
|         <div class="ant-progress-success-bg" style="width: 0%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span title="50%" class="ant-progress-text">50%</span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render negetive successPercent 2`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 50%; height: 8px; border-radius: 100px;"></div>
 | |
|         <div class="ant-progress-success-bg" style="width: 10%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span title="50 10" class="ant-progress-text">50 10</span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render normal progress 1`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-normal ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 0%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span title="0%" class="ant-progress-text">0%</span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render out-of-range progress 1`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-success ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 100%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span class="ant-progress-text"><i aria-label="icon: check-circle" class="anticon anticon-check-circle"><svg viewBox="64 64 896 896" data-icon="check-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"></path></svg></i></span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`Progress render out-of-range progress with info 1`] = `
 | |
| <div class="ant-progress ant-progress-line ant-progress-status-success ant-progress-show-info ant-progress-default">
 | |
|   <div>
 | |
|     <div class="ant-progress-outer">
 | |
|       <div class="ant-progress-inner">
 | |
|         <div class="ant-progress-bg" style="width: 100%; height: 8px; border-radius: 100px;"></div>
 | |
|       </div>
 | |
|     </div><span class="ant-progress-text"><i aria-label="icon: check-circle" class="anticon anticon-check-circle"><svg viewBox="64 64 896 896" data-icon="check-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" focusable="false" class=""><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 0 1-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z"></path></svg></i></span>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 |