From 22cb5f6bf3f10430ddc87593769ef5aeda17834d Mon Sep 17 00:00:00 2001 From: JFH <20402845+jfhenon@users.noreply.github.com> Date: Mon, 20 Sep 2021 09:35:08 +0200 Subject: [PATCH] Update scenario3.js.snap --- cypress/integration/ui/__snapshots__/scenario3.js.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/integration/ui/__snapshots__/scenario3.js.snap b/cypress/integration/ui/__snapshots__/scenario3.js.snap index 597286a4..c2ba6d17 100644 --- a/cypress/integration/ui/__snapshots__/scenario3.js.snap +++ b/cypress/integration/ui/__snapshots__/scenario3.js.snap @@ -67,7 +67,7 @@ exports[`use all parts of svg-edit > check tool_path_change_node_xy #0`] = ` fill="#FF0000" stroke="#000000" stroke-width="5" - d="M75,75L150,100L125,200L75,75z" + d="M 75 75 L 150 100 L 125 200 L 75 75 z" id="svg_1" fill-opacity="1" stroke-opacity="1" @@ -94,7 +94,7 @@ exports[`use all parts of svg-edit > check tool_path_change_seg_type #0`] = ` fill="#FF0000" stroke="#000000" stroke-width="5" - d="M75,75L150,100L125,200C235.33333,330.33333 91.66667,116.66667 75,75z" + d="M 75 75 L 150 100 L 125 200 C 235.33333333333331 330.33333333333337 91.66666666666667 116.66666666666666 75 75 z" id="svg_1" fill-opacity="1" stroke-opacity="1" @@ -121,7 +121,7 @@ exports[`use all parts of svg-edit > check tool_path_change_clone_node #0`] = ` fill="#FF0000" stroke="#000000" stroke-width="5" - d="M201,246L150,100L125,200C180.16666,265.16666 297.83333,415.33333 273.625,373C249.41667,330.66667 209.33334,266.83334 201,246z" + d="M 201 246 L 150 100 L 125 200 C 180.16666666666666 265.1666666666667 297.8333333333333 415.33333333333337 273.625 373 C 249.41666666666669 330.66666666666663 209.33333333333334 266.8333333333333 201 246 z" id="svg_1" fill-opacity="1" stroke-opacity="1" @@ -148,7 +148,7 @@ exports[`use all parts of svg-edit > check tool_path_openclose #0`] = ` fill="#FF0000" stroke="#000000" stroke-width="5" - d="M201,246L150,100L125,200C180.16666,265.16666 297.83333,415.33333 273.625,373C249.41667,330.66667 209.33334,266.83334 201,246z" + d="M 201 246 L 150 100 L 125 200 C 180.16666666666666 265.1666666666667 297.8333333333333 415.33333333333337 273.625 373 C 249.41666666666669 330.66666666666663 209.33333333333334 266.8333333333333 201 246 z" id="svg_1" fill-opacity="1" stroke-opacity="1"