]> source.dussan.org Git - sonarqube.git/blob
8a49b54ab50814b42a4fbba3ca8a5a9437161c03
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display CoverageIndicator 1`] = `
4 <svg
5   class="donut-chart"
6   height="24"
7   role="img"
8   width="24"
9 >
10   <g
11     transform="translate(0, 0)"
12   >
13     <g
14       transform="translate(12, 12)"
15     >
16       <path
17         d="M0.75,-11.977A12,12,0,0,1,7.222,-9.583L5.265,-7.299A9,9,0,0,0,0.75,-8.969Z"
18         style="fill: rgb(18,183,106);"
19       />
20       <path
21         d="M8.361,-8.608A12,12,0,1,1,-0.75,-11.977L-0.75,-8.969A9,9,0,1,0,6.404,-6.324Z"
22         style="fill: rgb(180,35,24);"
23       />
24     </g>
25   </g>
26 </svg>
27 `;
28
29 exports[`should display CoverageIndicator without value 1`] = `
30 <svg
31   aria-hidden="true"
32   fill="none"
33   height="24"
34   role="img"
35   style="clip-rule: evenodd; display: inline-block; fill-rule: evenodd; user-select: none; vertical-align: middle; stroke-linejoin: round; stroke-miterlimit: 1.414;"
36   version="1.1"
37   viewBox="0 0 16 16"
38   width="24"
39   xml:space="preserve"
40   xmlns:xlink="http://www.w3.org/1999/xlink"
41 >
42   <path
43     clip-rule="evenodd"
44     d="M16 8C16 12.4183 12.4183 16 8 16C5.5106 16 3.28676 14.863 1.81951 13.0799L15.4913 5.1865C15.8201 6.06172 16 7.00986 16 8ZM14.5574 3.41624L0.750565 11.3876C0.269025 10.3589 0 9.21089 0 8C0 3.58172 3.58172 0 8 0C10.7132 0 13.1109 1.35064 14.5574 3.41624Z"
45     fill="#E1E6F3"
46     fill-rule="evenodd"
47   />
48 </svg>
49 `;