fix tests

This commit is contained in:
JFH
2022-01-05 00:09:43 -03:00
parent 14e5008b88
commit ae9efd3a57
4 changed files with 2 additions and 89 deletions

View File

@@ -28,8 +28,7 @@ exports[`use all parts of svg-edit > check tool_shape #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
transform="rotate(43.2545 208.997 209.008)"
transform="rotate(48.8014 208.997 209.008)"
></path>
</g>
</svg>
@@ -52,8 +51,7 @@ exports[`use all parts of svg-edit > check tool_image #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
transform="rotate(43.2545 208.997 209.008)"
transform="rotate(48.8014 208.997 209.008)"
></path>
<image
height="20"

View File

@@ -31,7 +31,6 @@ exports[`use all parts of svg-edit > check tool_circle #0`] = `
opacity="0.5"
r="111.8034"
stroke="#000000"
stroke-width="5"
>
<animate
attributeName="opacity"
@@ -63,7 +62,6 @@ exports[`use all parts of svg-edit > check tool_fhellipse #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -74,7 +72,6 @@ exports[`use all parts of svg-edit > check tool_fhellipse #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
>
<animate
attributeName="opacity"
@@ -106,7 +103,6 @@ exports[`use all parts of svg-edit > check tool_ellipse #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -116,7 +112,6 @@ exports[`use all parts of svg-edit > check tool_ellipse #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
<ellipse
cx="114"
@@ -127,7 +122,6 @@ exports[`use all parts of svg-edit > check tool_ellipse #0`] = `
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
>
<animate
attributeName="opacity"
@@ -159,7 +153,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_fill_color #0`] =
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -169,7 +162,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_fill_color #0`] =
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
<ellipse
cx="114"
@@ -179,7 +171,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_fill_color #0`] =
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
</g>
@@ -204,7 +195,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_opacity #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -215,7 +205,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_opacity #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
<ellipse
cx="114"
@@ -225,7 +214,6 @@ exports[`use all parts of svg-edit > check tool_circle_change_opacity #0`] = `
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
</g>
@@ -250,7 +238,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rotation #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -261,7 +248,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rotation #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
<ellipse
@@ -272,7 +258,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rotation #0`] = `
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
transform="rotate(25 114 189)"
></ellipse>
</g>
@@ -297,7 +282,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_blur #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -308,7 +292,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_blur #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
<ellipse
@@ -320,7 +303,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_blur #0`] = `
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
transform="rotate(25 114 189)"
></ellipse>
</g>
@@ -350,7 +332,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_cx_cy_coordinate
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -361,7 +342,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_cx_cy_coordinate
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
<ellipse
@@ -373,7 +353,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_cx_cy_coordinate
rx="55"
ry="25"
stroke="#000000"
stroke-width="5"
transform="rotate(25 139 214)"
></ellipse>
</g>
@@ -403,7 +382,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rx_ry_radius #0`]
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="299"
@@ -414,7 +392,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rx_ry_radius #0`]
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></ellipse>
<ellipse
@@ -426,7 +403,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_change_rx_ry_radius #0`]
rx="80"
ry="50"
stroke="#000000"
stroke-width="5"
transform="rotate(25 139 214)"
></ellipse>
</g>
@@ -458,7 +434,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_back #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
<circle
cx="150"
@@ -467,7 +442,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_back #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="139"
@@ -478,7 +452,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_back #0`] = `
rx="80"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 139 214)"
></ellipse>
</g>
@@ -508,7 +481,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_front #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="139"
@@ -519,7 +491,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_front #0`] = `
rx="80"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 139 214)"
></ellipse>
<ellipse
@@ -531,7 +502,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_bring_to_front #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
</g>
<defs>
@@ -560,7 +530,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_clone #0`] = `
id="svg_1"
r="111.8034"
stroke="#000000"
stroke-width="5"
></circle>
<ellipse
cx="139"
@@ -571,7 +540,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_clone #0`] = `
rx="80"
ry="50"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 139 214)"
></ellipse>
<ellipse
@@ -583,7 +551,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_clone #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
<ellipse
cx="319"
@@ -594,7 +561,6 @@ exports[`use all parts of svg-edit > check tool_ellipse_clone #0`] = `
rx="60"
ry="50"
stroke="#000000"
stroke-width="5"
></ellipse>
</g>
<defs>

View File

@@ -29,7 +29,6 @@ exports[`use all parts of svg-edit > check tool_path #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
>
<animate
attributeName="opacity"
@@ -59,7 +58,6 @@ exports[`use all parts of svg-edit > check tool_path_change_node_xy #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
></path>
</g>
</svg>
@@ -81,7 +79,6 @@ exports[`use all parts of svg-edit > check tool_path_change_seg_type #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
></path>
</g>
</svg>
@@ -103,7 +100,6 @@ exports[`use all parts of svg-edit > check tool_path_change_clone_node #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
></path>
</g>
</svg>
@@ -125,7 +121,6 @@ exports[`use all parts of svg-edit > check tool_path_openclose #0`] = `
fill="#FF0000"
id="svg_1"
stroke="#000000"
stroke-width="5"
></path>
</g>
</svg>

View File

@@ -29,7 +29,6 @@ exports[`use all parts of svg-edit > check tool_rect #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
width="100"
x="150"
y="150"
@@ -62,7 +61,6 @@ exports[`use all parts of svg-edit > check tool_fhrect #0`] = `
height="50"
id="svg_1"
stroke="#000000"
stroke-width="5"
width="100"
x="150"
y="150"
@@ -73,7 +71,6 @@ exports[`use all parts of svg-edit > check tool_fhrect #0`] = `
id="svg_2"
opacity="0.5"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -106,7 +103,6 @@ exports[`use all parts of svg-edit > check tool_square #0`] = `
height="50"
id="svg_1"
stroke="#000000"
stroke-width="5"
width="100"
x="150"
y="150"
@@ -116,7 +112,6 @@ exports[`use all parts of svg-edit > check tool_square #0`] = `
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -127,7 +122,6 @@ exports[`use all parts of svg-edit > check tool_square #0`] = `
id="svg_3"
opacity="0.5"
stroke="#000000"
stroke-width="5"
width="50"
x="225"
y="300"
@@ -160,7 +154,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_fill_color #0`] = `
height="50"
id="svg_1"
stroke="#000000"
stroke-width="5"
width="100"
x="150"
y="150"
@@ -170,7 +163,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_fill_color #0`] = `
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -180,7 +172,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_fill_color #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -206,7 +197,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_rotation #0`] = `
height="50"
id="svg_1"
stroke="#000000"
stroke-width="5"
transform="rotate(25 200 175)"
width="100"
x="150"
@@ -217,7 +207,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_rotation #0`] = `
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -227,7 +216,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_rotation #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -254,7 +242,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_blur #0`] = `
height="50"
id="svg_1"
stroke="#000000"
stroke-width="5"
transform="rotate(25 200 175)"
width="100"
x="150"
@@ -265,7 +252,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_blur #0`] = `
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -275,7 +261,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_blur #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -308,7 +293,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_opacity #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="rotate(25 200 175)"
width="100"
x="150"
@@ -319,7 +303,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_opacity #0`] = `
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="350"
y="230"
@@ -329,7 +312,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_opacity #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -362,7 +344,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_x_y_coordinate #0`
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -373,7 +354,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_x_y_coordinate #0`
height="100"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="120"
x="375"
y="255"
@@ -383,7 +363,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_x_y_coordinate #0`
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -416,7 +395,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_width_height #0`]
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -427,7 +405,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_width_height #0`]
height="125"
id="svg_2"
stroke="#000000"
stroke-width="5"
width="145"
x="375"
y="255"
@@ -437,7 +414,6 @@ exports[`use all parts of svg-edit > check tool_fhrect_change_width_height #0`]
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -470,7 +446,6 @@ exports[`use all parts of svg-edit > check tool_square_clone #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -481,7 +456,6 @@ exports[`use all parts of svg-edit > check tool_square_clone #0`] = `
height="125"
id="svg_2"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="145"
x="375"
@@ -492,7 +466,6 @@ exports[`use all parts of svg-edit > check tool_square_clone #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
width="50"
x="225"
y="300"
@@ -502,7 +475,6 @@ exports[`use all parts of svg-edit > check tool_square_clone #0`] = `
height="50"
id="svg_4"
stroke="#000000"
stroke-width="5"
width="50"
x="245"
y="320"
@@ -532,7 +504,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_back #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
width="50"
x="225"
y="300"
@@ -544,7 +515,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_back #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -555,7 +525,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_back #0`] = `
height="125"
id="svg_2"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="145"
x="375"
@@ -566,7 +535,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_back #0`] = `
height="50"
id="svg_4"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="245"
@@ -599,7 +567,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_front #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -610,7 +577,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_front #0`] = `
height="125"
id="svg_2"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="145"
x="375"
@@ -621,7 +587,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_front #0`] = `
height="50"
id="svg_4"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="245"
@@ -632,7 +597,6 @@ exports[`use all parts of svg-edit > check tool_square_bring_to_front #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
width="50"
x="225"
y="300"
@@ -664,7 +628,6 @@ exports[`use all parts of svg-edit > check tool_square_change_corner_radius #0`]
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -675,7 +638,6 @@ exports[`use all parts of svg-edit > check tool_square_change_corner_radius #0`]
height="125"
id="svg_2"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="145"
x="375"
@@ -688,7 +650,6 @@ exports[`use all parts of svg-edit > check tool_square_change_corner_radius #0`]
rx="25"
ry="25"
stroke="#000000"
stroke-width="5"
width="50"
x="245"
y="320"
@@ -698,7 +659,6 @@ exports[`use all parts of svg-edit > check tool_square_change_corner_radius #0`]
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -731,7 +691,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_to_path #0`] = `
id="svg_1"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0) rotate(25 200 175)"
width="100"
x="150"
@@ -743,7 +702,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_to_path #0`] = `
id="svg_2"
opacity="0.5"
stroke="#000000"
stroke-width="5"
></path>
<rect
fill="#FF0000"
@@ -752,7 +710,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_to_path #0`] = `
rx="25"
ry="25"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="245"
@@ -763,7 +720,6 @@ exports[`use all parts of svg-edit > check tool_rect_change_to_path #0`] = `
height="50"
id="svg_3"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="225"
@@ -795,7 +751,6 @@ exports[`use all parts of svg-edit > check tool_rect_delete #0`] = `
id="svg_2"
opacity="0.5"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
></path>
<rect
@@ -805,7 +760,6 @@ exports[`use all parts of svg-edit > check tool_rect_delete #0`] = `
rx="25"
ry="25"
stroke="#000000"
stroke-width="5"
transform="matrix(1 0 0 1 0 0)"
width="50"
x="245"