@@ -66,12 +66,18 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
66
66
/>
67
67
</marker >
68
68
</defs >
69
- <g >
69
+ <g
70
+ style = " pointer-events: all;"
71
+ >
70
72
<path
71
73
d = " M0,0 C10,0 10,0 20,0"
72
74
marker-end = " url(#arrow00001elem-leftelem-right)"
73
75
style = " fill: none; stroke: #f00; stroke-width: 2;"
74
76
/>
77
+ <path
78
+ d = " M0,0 C10,0 10,0 20,0"
79
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
80
+ />
75
81
</g >
76
82
</svg >
77
83
<div
@@ -114,13 +120,19 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
114
120
/>
115
121
</marker >
116
122
</defs >
117
- <g >
123
+ <g
124
+ style = " pointer-events: all;"
125
+ >
118
126
<path
119
127
d = " M-20,0 C0,0 0,0 20,0"
120
128
marker-end = " url(#arrow00001elem-leftelem-right)"
121
129
marker-start = " url(#arrow00001elem-leftelem-right)"
122
130
style = " fill: none; stroke: #f00; stroke-width: 2;"
123
131
/>
132
+ <path
133
+ d = " M-20,0 C0,0 0,0 20,0"
134
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
135
+ />
124
136
</g >
125
137
</svg >
126
138
<div
@@ -163,12 +175,18 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
163
175
/>
164
176
</marker >
165
177
</defs >
166
- <g >
178
+ <g
179
+ style = " pointer-events: all;"
180
+ >
167
181
<path
168
182
d = " M-20,0 C-10,0 -10,0 0,0"
169
183
marker-start = " url(#arrow00001elem-leftelem-right)"
170
184
style = " fill: none; stroke: #f00; stroke-width: 2;"
171
185
/>
186
+ <path
187
+ d = " M-20,0 C-10,0 -10,0 0,0"
188
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
189
+ />
172
190
</g >
173
191
</svg >
174
192
<div
@@ -215,12 +233,18 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
215
233
/>
216
234
</marker >
217
235
</defs >
218
- <g >
236
+ <g
237
+ style = " pointer-events: all;"
238
+ >
219
239
<path
220
240
d = " M0,0 C11,0 11,0 22,0"
221
241
marker-end = " url(#arrow00001elem-leftelem-right)"
222
242
style = " fill: none; stroke: #f00; stroke-width: 2;"
223
243
/>
244
+ <path
245
+ d = " M0,0 C11,0 11,0 22,0"
246
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
247
+ />
224
248
</g >
225
249
</svg >
226
250
<div
@@ -263,12 +287,18 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
263
287
/>
264
288
</marker >
265
289
</defs >
266
- <g >
290
+ <g
291
+ style = " pointer-events: all;"
292
+ >
267
293
<path
268
294
d = " M0,0 C-10,0 -10,0 -20,0"
269
295
marker-end = " url(#arrow00001elem-rightelem-left)"
270
296
style = " fill: none; stroke: #f00; stroke-width: 2;"
271
297
/>
298
+ <path
299
+ d = " M0,0 C-10,0 -10,0 -20,0"
300
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
301
+ />
272
302
</g >
273
303
</svg >
274
304
<div
@@ -311,12 +341,18 @@ exports[`ArcherContainer rendering an svg with the marker element used to draw a
311
341
/>
312
342
</marker >
313
343
</defs >
314
- <g >
344
+ <g
345
+ style = " pointer-events: all;"
346
+ >
315
347
<path
316
348
d = " M-20,0 C-10,0 -10,0 0,0"
317
349
marker-start = " url(#arrow00001elem-leftelem-right)"
318
350
style = " fill: none; stroke: #f00; stroke-width: 2;"
319
351
/>
352
+ <path
353
+ d = " M-20,0 C-10,0 -10,0 0,0"
354
+ style = " fill: none; stroke: rgba(0, 0, 0, 0); stroke-width: 20;"
355
+ />
320
356
<foreignobject
321
357
height = " 1"
322
358
style = " overflow: visible; pointer-events: none;"
0 commit comments