Update dashes.test.ts.snap

This commit is contained in:
Steve Ruiz 2021-06-23 16:00:39 +01:00
parent 4fb7096f2b
commit 2c6545806a

View file

@ -30,28 +30,28 @@ Object {
exports[`ellipse dash props renders dotted props on a circle correctly: large dotted circle dash props 1`] = `
Object {
"strokeDasharray": "2 14.666666666666666",
"strokeDasharray": "0.08 16.586666666666666",
"strokeDashoffset": "0",
}
`;
exports[`ellipse dash props renders dotted props on a circle correctly: large dotted ellipse dash props 1`] = `
Object {
"strokeDasharray": "2 14.666666666666666",
"strokeDasharray": "0.08 16.586666666666666",
"strokeDashoffset": "0",
}
`;
exports[`ellipse dash props renders dotted props on a circle correctly: small dotted circle dash props 1`] = `
Object {
"strokeDasharray": "1 7.333333333333333",
"strokeDasharray": "0.04 8.293333333333333",
"strokeDashoffset": "0",
}
`;
exports[`ellipse dash props renders dotted props on a circle correctly: small dotted ellipse dash props 1`] = `
Object {
"strokeDasharray": "1 7.333333333333333",
"strokeDasharray": "0.04 8.293333333333333",
"strokeDashoffset": "0",
}
`;