-
-
Notifications
You must be signed in to change notification settings - Fork 423
Expand file tree
/
Copy pathCodeStyle.test.tsx.snap
More file actions
107 lines (106 loc) · 1.67 KB
/
CodeStyle.test.tsx.snap
File metadata and controls
107 lines (106 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CodeStyle renders correctly 1`] = `
<Svg
height={84}
interval={0.25}
style={{}}
viewBox="0 0 340 84"
width={340}
>
<Rect
clipPath="url(#CodeStyle-animated-diff)"
fill="url(#CodeStyle-diff)"
height="100%"
width="100%"
x="0"
y="0"
/>
<Defs>
<ClipPath
id="CodeStyle-animated-diff"
>
<Rect
height="11"
rx="3"
width="67"
x="0"
y="0"
/>
<Rect
height="11"
rx="3"
width="140"
x="76"
y="0"
/>
<Rect
height="11"
rx="3"
width="53"
x="127"
y="48"
/>
<Rect
height="11"
rx="3"
width="72"
x="187"
y="48"
/>
<Rect
height="11"
rx="3"
width="100"
x="18"
y="48"
/>
<Rect
height="11"
rx="3"
width="37"
x="0"
y="71"
/>
<Rect
height="11"
rx="3"
width="140"
x="18"
y="23"
/>
<Rect
height="11"
rx="3"
width="173"
x="166"
y="23"
/>
</ClipPath>
<LinearGradient
collapsable={false}
id="CodeStyle-diff"
style={{}}
x1="-100%"
x2="0%"
y1={0}
y2={0}
>
<Stop
offset={0}
stopColor="#f5f6f7"
stopOpacity={1}
/>
<Stop
offset={0.5}
stopColor="#eee"
stopOpacity={1}
/>
<Stop
offset={1}
stopColor="#f5f6f7"
stopOpacity={1}
/>
</LinearGradient>
</Defs>
</Svg>
`;