3
3
exports [` ReactARTComponents should generate a <Shape > where top radius is 0 if the sum of the top radius is greater than width 1`] = `
4
4
<Shape
5
5
d = {
6
- Object {
6
+ {
7
7
" _pivotX" : 0 ,
8
8
" _pivotY" : 0 ,
9
- " path" : Array [
9
+ " path" : [
10
10
[Function ],
11
11
[Function ],
12
12
[Function ],
@@ -28,10 +28,10 @@ exports[`ReactARTComponents should generate a <Shape> where top radius is 0 if t
28
28
exports[`ReactARTComponents should generate a <Shape > with a radius property of 0 when bottom left radius prop is negative 1`] = `
29
29
<Shape
30
30
d = {
31
- Object {
31
+ {
32
32
" _pivotX" : 0 ,
33
33
" _pivotY" : 0 ,
34
- " path" : Array [
34
+ " path" : [
35
35
[Function ],
36
36
[Function ],
37
37
[Function ],
@@ -52,10 +52,10 @@ exports[`ReactARTComponents should generate a <Shape> with a radius property of
52
52
exports[`ReactARTComponents should generate a <Shape > with a radius property of 0 when bottom right radius prop is negative 1`] = `
53
53
<Shape
54
54
d = {
55
- Object {
55
+ {
56
56
" _pivotX" : 0 ,
57
57
" _pivotY" : 0 ,
58
- " path" : Array [
58
+ " path" : [
59
59
[Function ],
60
60
[Function ],
61
61
[Function ],
@@ -76,10 +76,10 @@ exports[`ReactARTComponents should generate a <Shape> with a radius property of
76
76
exports[`ReactARTComponents should generate a <Shape > with a radius property of 0 when top left radius prop is negative 1`] = `
77
77
<Shape
78
78
d = {
79
- Object {
79
+ {
80
80
" _pivotX" : 0 ,
81
81
" _pivotY" : 0 ,
82
- " path" : Array [
82
+ " path" : [
83
83
[Function ],
84
84
[Function ],
85
85
[Function ],
@@ -100,10 +100,10 @@ exports[`ReactARTComponents should generate a <Shape> with a radius property of
100
100
exports[`ReactARTComponents should generate a <Shape > with a radius property of 0 when top right radius prop is negative 1`] = `
101
101
<Shape
102
102
d = {
103
- Object {
103
+ {
104
104
" _pivotX" : 0 ,
105
105
" _pivotY" : 0 ,
106
- " path" : Array [
106
+ " path" : [
107
107
[Function ],
108
108
[Function ],
109
109
[Function ],
@@ -124,10 +124,10 @@ exports[`ReactARTComponents should generate a <Shape> with a radius property of
124
124
exports[`ReactARTComponents should generate a <Shape > with positive height when height prop is negative 1`] = `
125
125
<Shape
126
126
d = {
127
- Object {
127
+ {
128
128
" _pivotX" : 0 ,
129
129
" _pivotY" : - 50 ,
130
- " path" : Array [
130
+ " path" : [
131
131
[Function ],
132
132
[Function ],
133
133
[Function ],
@@ -148,10 +148,10 @@ exports[`ReactARTComponents should generate a <Shape> with positive height when
148
148
exports[`ReactARTComponents should generate a <Shape > with positive width when width prop is negative 1`] = `
149
149
<Shape
150
150
d = {
151
- Object {
151
+ {
152
152
" _pivotX" : - 50 ,
153
153
" _pivotY" : 0 ,
154
- " path" : Array [
154
+ " path" : [
155
155
[Function ],
156
156
[Function ],
157
157
[Function ],
@@ -172,10 +172,10 @@ exports[`ReactARTComponents should generate a <Shape> with positive width when w
172
172
exports[`ReactARTComponents should generate a <Shape > with props for drawing the Circle 1`] = `
173
173
<Shape
174
174
d = {
175
- Object {
175
+ {
176
176
" _pivotX" : 0 ,
177
177
" _pivotY" : - 10 ,
178
- " path" : Array [
178
+ " path" : [
179
179
[Function ],
180
180
[Function ],
181
181
[Function ],
@@ -197,10 +197,10 @@ exports[`ReactARTComponents should generate a <Shape> with props for drawing the
197
197
exports[`ReactARTComponents should generate a <Shape > with props for drawing the Rectangle 1`] = `
198
198
<Shape
199
199
d = {
200
- Object {
200
+ {
201
201
" _pivotX" : 0 ,
202
202
" _pivotY" : 0 ,
203
- " path" : Array [
203
+ " path" : [
204
204
[Function ],
205
205
[Function ],
206
206
[Function ],
@@ -223,10 +223,10 @@ exports[`ReactARTComponents should generate a <Shape> with props for drawing the
223
223
exports[`ReactARTComponents should generate a <Shape > with props for drawing the Wedge 1`] = `
224
224
<Shape
225
225
d = {
226
- Object {
226
+ {
227
227
" _pivotX" : 0 ,
228
228
" _pivotY" : 50 ,
229
- " path" : Array [
229
+ " path" : [
230
230
[Function ],
231
231
[Function ],
232
232
[Function ],
0 commit comments