|
@@ -30,28 +30,28 @@ Object {
|
30
|
30
|
|
31
|
31
|
exports[`ellipse dash props renders dotted props on a circle correctly: large dotted circle dash props 1`] = `
|
32
|
32
|
Object {
|
33
|
|
- "strokeDasharray": "2 14.666666666666666",
|
|
33
|
+ "strokeDasharray": "0.08 16.586666666666666",
|
34
|
34
|
"strokeDashoffset": "0",
|
35
|
35
|
}
|
36
|
36
|
`;
|
37
|
37
|
|
38
|
38
|
exports[`ellipse dash props renders dotted props on a circle correctly: large dotted ellipse dash props 1`] = `
|
39
|
39
|
Object {
|
40
|
|
- "strokeDasharray": "2 14.666666666666666",
|
|
40
|
+ "strokeDasharray": "0.08 16.586666666666666",
|
41
|
41
|
"strokeDashoffset": "0",
|
42
|
42
|
}
|
43
|
43
|
`;
|
44
|
44
|
|
45
|
45
|
exports[`ellipse dash props renders dotted props on a circle correctly: small dotted circle dash props 1`] = `
|
46
|
46
|
Object {
|
47
|
|
- "strokeDasharray": "1 7.333333333333333",
|
|
47
|
+ "strokeDasharray": "0.04 8.293333333333333",
|
48
|
48
|
"strokeDashoffset": "0",
|
49
|
49
|
}
|
50
|
50
|
`;
|
51
|
51
|
|
52
|
52
|
exports[`ellipse dash props renders dotted props on a circle correctly: small dotted ellipse dash props 1`] = `
|
53
|
53
|
Object {
|
54
|
|
- "strokeDasharray": "1 7.333333333333333",
|
|
54
|
+ "strokeDasharray": "0.04 8.293333333333333",
|
55
|
55
|
"strokeDashoffset": "0",
|
56
|
56
|
}
|
57
|
57
|
`;
|