1- // Jest Snapshot v1, https://goo.gl/fbAQLP
1+ // Jest Snapshot v1, https://jestjs.io/docs/snapshot-testing
22
33exports [` SVG Testing Test SVGs 1` ] = `
44"
55 <svg
6- width =\\ "20\\ "
7- height =\\ "10\\ "
8- viewBox =\\ "0 0 20 10\\ "
9- fill =\\ "none\\ "
10- xmlns =\\ "http://www.w3.org/2000/svg\\ ">
11- <rect xmlns =\\ "http://www.w3.org/2000/svg\\ " data-testid =\\ "card_bg\\ " id =\\ "cardBg\\ "
12- x =\\"0\\ " y =\\"0\\ " rx =\\"0\\ " height =\\ "100%\\ " stroke =\\ "#E4E2E2\\ " fill-opacity =\\"1\\ "
13- width =\\ "100%\\ " fill =\\ "#44475a\\ " stroke-opacity =\\"1\\ " style =\\ "stroke:#0000; stroke-width:1;\\ "/>
6+ width = " 20"
7+ height = " 10"
8+ viewBox = " 0 0 20 10"
9+ fill = " none"
10+ xmlns = " http://www.w3.org/2000/svg" >
11+ <rect xmlns = " http://www.w3.org/2000/svg" data-testid = " card_bg" id = " cardBg"
12+ x = " 0 " y = " 0 " rx = " 0 " height = " 100%" stroke = " #E4E2E2" fill-opacity = " 1 "
13+ width = " 100%" fill = " #44475a" stroke-opacity = " 1 " style = " stroke:#0000; stroke-width:1;" />
1414
1515 <style >
1616 body {
@@ -159,8 +159,8 @@ exports[`SVG Testing Test SVGs 1`] = `
159159
160160 </style >
161161
162- <foreignObject x =\\"0\\ " y =\\"0\\ " width =\\ "20\\ " height =\\ "50\\ ">
163- <h1 xmlns =\\ "http://www.w3.org/1999/xhtml\\ " class =\\ "header\\ ">
162+ <foreignObject x = " 0 " y = " 0 " width = " 20" height = " 50" >
163+ <h1 xmlns = " http://www.w3.org/1999/xhtml" class = " header" >
164164 graphSvg
165165 </h1 >
166166 </foreignObject >
@@ -172,35 +172,35 @@ exports[`SVG Testing Test SVGs 1`] = `
172172exports [` SVG Testing Test SVGs 2` ] = `
173173"
174174 <svg
175- width =\\ "400\\ "
176- height =\\ "200\\ "
177- viewBox =\\ "0 0 420 200\\ "
178- fill =\\ "none\\ "
179- xmlns =\\ "http://www.w3.org/2000/svg\\ ">
175+ width = " 400"
176+ height = " 200"
177+ viewBox = " 0 0 420 200"
178+ fill = " none"
179+ xmlns = " http://www.w3.org/2000/svg" >
180180 <style >
181181 svg {
182182 font : 600 14px ' Segoe UI' , Ubuntu , Sans - Serif ;
183183 }
184184 </style >
185- <rect xmlns =\\ "http://www.w3.org/2000/svg\\ " data-testid =\\ "card_bg\\ " id =\\ "cardBg\\ " x =\\ "0.5\\ "
186- y =\\ "0.5\\ " rx =\\ "4.5\\ " height =\\ "100%\\ " stroke =\\ "#E4E2E2\\ " fill-opacity =\\"1\\ " width =\\ "100%\\ "
187- fill =\\ "#44475a\\ " stroke-opacity =\\"1\\ "/>
188- <text x =\\ "20\\ " y =\\ "100\\ " fill =\\ "#bd93f9\\ ">User not found!</text>
185+ <rect xmlns = " http://www.w3.org/2000/svg" data-testid = " card_bg" id = " cardBg" x = " 0.5"
186+ y = " 0.5" rx = " 4.5" height = " 100%" stroke = " #E4E2E2" fill-opacity = " 1 " width = " 100%"
187+ fill = " #44475a" stroke-opacity = " 1 " />
188+ <text x = " 20" y = " 100" fill = " #bd93f9" >User not found!</text >
189189 </svg >
190190"
191191` ;
192192
193193exports [` SVG Testing chart SVGs 1` ] = `
194194"
195195 <svg
196- width =\\ "1200\\ "
197- height =\\ "420\\ "
198- viewBox =\\ "0 0 1200 420\\ "
199- fill =\\ "none\\ "
200- xmlns =\\ "http://www.w3.org/2000/svg\\ ">
201- <rect xmlns =\\ "http://www.w3.org/2000/svg\\ " data-testid =\\ "card_bg\\ " id =\\ "cardBg\\ "
202- x =\\"0\\ " y =\\"0\\ " rx =\\"8\\ " height =\\ "100%\\ " stroke =\\ "#E4E2E2\\ " fill-opacity =\\"1\\ "
203- width =\\ "100%\\ " fill =\\ "#ffcfe9\\ " stroke-opacity =\\"1\\ " style =\\ "stroke:#ffffff; stroke-width:1;\\ "/>
196+ width = " 1200"
197+ height = " 420"
198+ viewBox = " 0 0 1200 420"
199+ fill = " none"
200+ xmlns = " http://www.w3.org/2000/svg" >
201+ <rect xmlns = " http://www.w3.org/2000/svg" data-testid = " card_bg" id = " cardBg"
202+ x = " 0 " y = " 0 " rx = " 8 " height = " 100%" stroke = " #E4E2E2" fill-opacity = " 1 "
203+ width = " 100%" fill = " #ffcfe9" stroke-opacity = " 1 " style = " stroke:#ffffff; stroke-width:1;" />
204204
205205 <style >
206206 body {
@@ -349,12 +349,12 @@ exports[`SVG Testing chart SVGs 1`] = `
349349
350350 </style >
351351
352- <foreignObject x =\\"0\\ " y =\\"0\\ " width =\\ "1200\\ " height =\\ "50\\ ">
353- <h1 xmlns =\\ "http://www.w3.org/1999/xhtml\\ " class =\\ "header\\ ">
352+ <foreignObject x = " 0 " y = " 0 " width = " 1200" height = " 50" >
353+ <h1 xmlns = " http://www.w3.org/1999/xhtml" class = " header" >
354354 xyz's Contribution Graph
355355 </h1 >
356356 </foreignObject >
357- <svg xmlns:ct=\\"http://gionkunz.github.com/chartist-js/ct\\" width=\\"1200\\" height=\\"420\\" class=\\"ct-chart-line\\"><g class=\\"ct-grids\\"><line x1=\\"90\\" x2=\\"90\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"355\\" x2=\\"355\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"620\\" x2=\\"620\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"885\\" x2=\\"885\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line x1=\\"1150\\" x2=\\"1150\\" y1=\\"80\\" y2=\\"350\\" class=\\"ct-grid ct-horizontal\\"></line><line y1=\\"350\\" y2=\\"350\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"311.42857142857144\\" y2=\\"311.42857142857144\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"272.8571428571429\\" y2=\\"272.8571428571429\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"234.28571428571428\\" y2=\\"234.28571428571428\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"195.71428571428572\\" y2=\\"195.71428571428572\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"157.14285714285714\\" y2=\\"157.14285714285714\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"118.57142857142858\\" y2=\\"118.57142857142858\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line><line y1=\\"80\\" y2=\\"80\\" x1=\\"90\\" x2=\\"1150\\" class=\\"ct-grid ct-vertical\\"></line></g><g><g class=\\"ct-series ct-series-a\\"><path d=\\"M90,311.429C178.333,305,266.667,303.393,355,292.143C443.333,280.893,531.667,177.143,620,157.143C708.333,137.143,796.667,131.429,885,118.571C973.333,105.714,1061.667,92.857,1150,80\\" class=\\"ct-line\\"></path><line x1=\\"90\\" y1=\\"311.42857142857144\\" x2=\\"90.01\\" y2=\\"311.42857142857144\\" class=\\"ct-point\\" ct:value=\\"2\\"></line><line x1=\\"355\\" y1=\\"292.14285714285717\\" x2=\\"355.01\\" y2=\\"292.14285714285717\\" class=\\"ct-point\\" ct:value=\\"3\\"></line><line x1=\\"620\\" y1=\\"157.14285714285714\\" x2=\\"620.01\\" y2=\\"157.14285714285714\\" class=\\"ct-point\\" ct:value=\\"10\\"></line><line x1=\\"885\\" y1=\\"118.57142857142858\\" x2=\\"885.01\\" y2=\\"118.57142857142858\\" class=\\"ct-point\\" ct:value=\\"12\\"></line><line x1=\\"1150\\" y1=\\"80\\" x2=\\"1150.01\\" y2=\\"80\\" class=\\"ct-point\\" ct:value=\\"14\\"></line></g></g><g class=\\"ct-labels\\"><text x=\\"85.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"350.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">2</text><text x=\\"615.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"880.5\\" y=\\"370\\" width=\\"265\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text x=\\"1145.5\\" y=\\"370\\" width=\\"30\\" height=\\"40\\" class=\\"ct-label ct-horizontal ct-end\\">1</text><text y=\\"354.5\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">0</text><text y=\\"315.92857142857144\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">2</text><text y=\\"277.3571428571429\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">4</text><text y=\\"238.78571428571428\\" x=\\"80\\" height=\\"38.57142857142857\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">6</text><text y=\\"200.21428571428572\\" x=\\"80\\" height=\\"38.571428571428584\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">8</text><text y=\\"161.64285714285714\\" x=\\"80\\" height=\\"38.571428571428555\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">10</text><text y=\\"123.07142857142858\\" x=\\"80\\" height=\\"38.571428571428584\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">12</text><text y=\\"84.5\\" x=\\"80\\" height=\\"30\\" width=\\"60\\" class=\\"ct-label ct-vertical ct-start\\">14</text></g><text class=\\"ct-axis-title ct-label\\" x=\\"620\\" y=\\"400\\" dominant-baseline=\\"text-after-edge\\" text-anchor=\\"middle\\">Days</text><text class=\\"ct-axis-title ct-label\\" x=\\"20\\" y=\\"215\\" transform=\\"rotate(-90, 20, 215)\\" dominant-baseline=\\"hanging\\" text-anchor=\\"middle\\">Contributions</text></svg>
357+ <svg xmlns:ct="http://gionkunz.github.com/chartist-js/ct" width="1200" height="420" class="ct-chart-line"><g class="ct-grids"><line x1="90" x2="90" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="355" x2="355" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="620" x2="620" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="885" x2="885" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line x1="1150" x2="1150" y1="80" y2="350" class="ct-grid ct-horizontal"></line><line y1="350" y2="350" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="311.42857142857144" y2="311.42857142857144" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="272.8571428571429" y2="272.8571428571429" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="234.28571428571428" y2="234.28571428571428" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="195.71428571428572" y2="195.71428571428572" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="157.14285714285714" y2="157.14285714285714" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="118.57142857142858" y2="118.57142857142858" x1="90" x2="1150" class="ct-grid ct-vertical"></line><line y1="80" y2="80" x1="90" x2="1150" class="ct-grid ct-vertical"></line></g><g><g class="ct-series ct-series-a"><path d="M90,311.429C178.333,305,266.667,303.393,355,292.143C443.333,280.893,531.667,177.143,620,157.143C708.333,137.143,796.667,131.429,885,118.571C973.333,105.714,1061.667,92.857,1150,80" class="ct-line"></path><line x1="90" y1="311.42857142857144" x2="90.01" y2="311.42857142857144" class="ct-point" ct:value="2"></line><line x1="355" y1="292.14285714285717" x2="355.01" y2="292.14285714285717" class="ct-point" ct:value="3"></line><line x1="620" y1="157.14285714285714" x2="620.01" y2="157.14285714285714" class="ct-point" ct:value="10"></line><line x1="885" y1="118.57142857142858" x2="885.01" y2="118.57142857142858" class="ct-point" ct:value="12"></line><line x1="1150" y1="80" x2="1150.01" y2="80" class="ct-point" ct:value="14"></line></g></g><g class="ct-labels"><text x="85.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="350.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">2</text><text x="615.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="880.5" y="370" width="265" height="40" class="ct-label ct-horizontal ct-end">1</text><text x="1145.5" y="370" width="30" height="40" class="ct-label ct-horizontal ct-end">1</text><text y="354.5" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">0</text><text y="315.92857142857144" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">2</text><text y="277.3571428571429" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">4</text><text y="238.78571428571428" x="80" height="38.57142857142857" width="60" class="ct-label ct-vertical ct-start">6</text><text y="200.21428571428572" x="80" height="38.571428571428584" width="60" class="ct-label ct-vertical ct-start">8</text><text y="161.64285714285714" x="80" height="38.571428571428555" width="60" class="ct-label ct-vertical ct-start">10</text><text y="123.07142857142858" x="80" height="38.571428571428584" width="60" class="ct-label ct-vertical ct-start">12</text><text y="84.5" x="80" height="30" width="60" class="ct-label ct-vertical ct-start">14</text></g><text class="ct-axis-title ct-label" x="620" y="400" dominant-baseline="text-after-edge" text-anchor="middle">Days</text><text class="ct-axis-title ct-label" x="20" y="215" transform="rotate(-90, 20, 215)" dominant-baseline="hanging" text-anchor="middle">Contributions</text></svg>
358358 </svg >
359359"
360360` ;
0 commit comments