2020-09-12 23:32:13 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_source #0`] = `
|
2020-09-13 21:56:45 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-13 21:56:45 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
></rect>
|
|
|
|
</g>
|
2020-09-12 23:32:13 +00:00
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
2020-09-19 13:21:30 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_fhpath #0`] = `
|
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer" style="pointer-events:all">
|
|
|
|
<title style="pointer-events:inherit">Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
style="pointer-events:inherit"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
2020-09-12 23:32:13 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_text #0`] = `
|
2020-09-13 21:56:45 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-13 21:56:45 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
2020-09-19 13:21:30 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-09-13 21:56:45 +00:00
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
2020-09-13 09:26:26 +00:00
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`use various parts of svg-edit > check tool_clone #0`] = `
|
2020-09-13 21:56:45 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-13 21:56:45 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
2020-09-19 13:21:30 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-09-13 21:56:45 +00:00
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
2020-09-13 09:26:26 +00:00
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`use various parts of svg-edit > check tool_italic #0`] = `
|
2020-09-13 21:56:45 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-13 21:56:45 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
2020-09-19 13:21:30 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-09-13 21:56:45 +00:00
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-10-16 22:51:22 +00:00
|
|
|
font-=""
|
2020-09-13 21:56:45 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
2020-11-11 10:38:45 +00:00
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
2020-09-13 21:56:45 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
2020-09-13 09:26:26 +00:00
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
|
|
|
exports[`use various parts of svg-edit > check tool_bold #0`] = `
|
2020-09-13 21:56:45 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-13 21:56:45 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
2020-09-19 13:21:30 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-09-13 21:56:45 +00:00
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-10-16 22:51:22 +00:00
|
|
|
font-=""
|
2020-09-13 21:56:45 +00:00
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-13 21:56:45 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
2020-11-11 10:38:45 +00:00
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
2020-09-13 21:56:45 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-13 21:56:45 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
2020-09-12 23:32:13 +00:00
|
|
|
</svg>
|
|
|
|
`;
|
2020-09-21 22:18:52 +00:00
|
|
|
|
|
|
|
exports[`use various parts of svg-edit > check change color #0`] = `
|
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
2020-10-16 22:51:22 +00:00
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
2020-09-21 22:18:52 +00:00
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-21 22:18:52 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2020-10-16 22:51:22 +00:00
|
|
|
font-=""
|
2020-09-21 22:18:52 +00:00
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-21 22:18:52 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-09-21 22:18:52 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
2020-11-11 10:38:45 +00:00
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
2020-09-21 22:18:52 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2020-09-21 22:18:52 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
2020-11-11 10:38:45 +00:00
|
|
|
|
2021-05-09 17:29:45 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_text_anchor_start #0`] = `
|
2021-01-18 23:35:24 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
2020-12-08 09:37:48 +00:00
|
|
|
stroke="#000000"
|
2021-01-18 23:35:24 +00:00
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
2020-12-08 09:37:48 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-01-18 23:35:24 +00:00
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
2020-12-08 09:37:48 +00:00
|
|
|
stroke="#000000"
|
2021-01-18 23:35:24 +00:00
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
|
|
|
text-anchor="start"
|
2021-01-18 23:35:24 +00:00
|
|
|
xml:space="preserve"
|
2020-12-08 09:37:48 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-01-18 23:35:24 +00:00
|
|
|
font-=""
|
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-18 23:35:24 +00:00
|
|
|
</text>
|
|
|
|
<text
|
2020-12-08 09:37:48 +00:00
|
|
|
fill="#000000"
|
2021-01-18 23:35:24 +00:00
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-18 23:35:24 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
2020-12-08 09:37:48 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-01-18 23:35:24 +00:00
|
|
|
id="svg_2"
|
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
2020-12-08 09:37:48 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-18 23:35:24 +00:00
|
|
|
</text>
|
2020-12-08 09:37:48 +00:00
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
2021-05-09 17:29:45 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_text_anchor_middle #0`] = `
|
2020-12-08 09:37:48 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2020-12-08 09:37:48 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-01-18 23:35:24 +00:00
|
|
|
font-=""
|
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-18 23:35:24 +00:00
|
|
|
</text>
|
|
|
|
<text
|
2020-12-08 09:37:48 +00:00
|
|
|
fill="#000000"
|
2021-01-18 23:35:24 +00:00
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-18 23:35:24 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
2020-12-08 09:37:48 +00:00
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-01-18 23:35:24 +00:00
|
|
|
id="svg_2"
|
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
2020-12-08 09:37:48 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-18 23:35:24 +00:00
|
|
|
</text>
|
2020-12-08 09:37:48 +00:00
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
2021-01-25 06:39:48 +00:00
|
|
|
|
2021-05-09 17:29:45 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_text_anchor_end #0`] = `
|
2021-01-25 06:39:48 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-25 06:39:48 +00:00
|
|
|
text-anchor="end"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
font-=""
|
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-25 06:39:48 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-25 06:39:48 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-25 06:39:48 +00:00
|
|
|
</text>
|
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
2021-01-25 12:25:22 +00:00
|
|
|
|
2021-05-09 17:29:45 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_star #0`] = `
|
2021-01-25 12:25:22 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-25 12:25:22 +00:00
|
|
|
text-anchor="end"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
font-=""
|
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-25 12:25:22 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-25 12:25:22 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-25 12:25:22 +00:00
|
|
|
</text>
|
2021-05-09 17:29:45 +00:00
|
|
|
<polygon
|
|
|
|
cx="370"
|
|
|
|
cy="202"
|
|
|
|
id="svg_3"
|
|
|
|
shape="star"
|
|
|
|
point="5"
|
|
|
|
r="66.66666666666667"
|
|
|
|
radialshift="0"
|
|
|
|
r2="13.333333333333334"
|
|
|
|
orient="point"
|
2021-01-26 10:06:13 +00:00
|
|
|
fill="#ffff00"
|
2021-05-09 17:29:45 +00:00
|
|
|
strokecolor="#000000"
|
|
|
|
strokewidth="0"
|
|
|
|
points="370,135.33333333333331 377.83713669723295,191.21310674166736 433.40376775301024,181.39886704167017 382.68075355060205,206.12022659166595 409.18568348616486,255.93446629166317 370,215.33333333333334 330.81431651383514,255.93446629166317 357.31924644939795,206.12022659166595 306.59623224698976,181.39886704167017 362.16286330276705,191.21310674166736 370,135.33333333333331 377.83713669723295,191.21310674166736 "
|
2021-01-26 10:06:13 +00:00
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
<animate
|
|
|
|
attributeName="opacity"
|
|
|
|
begin="indefinite"
|
|
|
|
dur="0.2"
|
|
|
|
fill="freeze"
|
|
|
|
to="1"
|
|
|
|
></animate>
|
|
|
|
</polygon>
|
2021-01-26 10:06:13 +00:00
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|
|
|
|
|
2021-05-09 17:29:45 +00:00
|
|
|
exports[`use various parts of svg-edit > check tool_polygon #0`] = `
|
2021-01-26 10:06:13 +00:00
|
|
|
<svg
|
|
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
width="640"
|
|
|
|
height="480"
|
|
|
|
id="svgcontent"
|
|
|
|
overflow="visible"
|
|
|
|
x="640"
|
|
|
|
y="480"
|
|
|
|
viewBox="0 0 640 480"
|
|
|
|
>
|
|
|
|
<g class="layer">
|
|
|
|
<title>Layer 1</title>
|
|
|
|
<rect
|
|
|
|
id="rect"
|
|
|
|
fill="#FF0000"
|
|
|
|
height="70"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="5"
|
|
|
|
width="94"
|
|
|
|
x="69.5"
|
|
|
|
y="51.5"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
></rect>
|
|
|
|
<text
|
|
|
|
fill="#ffff00"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="116"
|
|
|
|
y="87"
|
|
|
|
id="svg_1"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-26 10:06:13 +00:00
|
|
|
text-anchor="end"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
font-=""
|
|
|
|
font-weight="bold"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-26 10:06:13 +00:00
|
|
|
</text>
|
|
|
|
<text
|
|
|
|
fill="#000000"
|
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
x="136"
|
|
|
|
y="107"
|
|
|
|
font-size="24"
|
2021-05-09 17:29:45 +00:00
|
|
|
font-family="Serif"
|
2021-01-26 10:06:13 +00:00
|
|
|
text-anchor="middle"
|
|
|
|
xml:space="preserve"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
|
|
|
id="svg_2"
|
|
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
AB
|
2021-01-26 10:06:13 +00:00
|
|
|
</text>
|
2021-05-09 17:29:45 +00:00
|
|
|
<polygon
|
|
|
|
cx="370"
|
|
|
|
cy="202"
|
|
|
|
id="svg_3"
|
|
|
|
shape="star"
|
|
|
|
point="5"
|
|
|
|
r="66.66666666666667"
|
|
|
|
radialshift="0"
|
|
|
|
r2="13.333333333333334"
|
|
|
|
orient="point"
|
2021-01-26 10:06:13 +00:00
|
|
|
fill="#ffff00"
|
2021-05-09 17:29:45 +00:00
|
|
|
strokecolor="#000000"
|
|
|
|
strokewidth="0"
|
|
|
|
points="370,135.33333333333331 377.83713669723295,191.21310674166736 433.40376775301024,181.39886704167017 382.68075355060205,206.12022659166595 409.18568348616486,255.93446629166317 370,215.33333333333334 330.81431651383514,255.93446629166317 357.31924644939795,206.12022659166595 306.59623224698976,181.39886704167017 362.16286330276705,191.21310674166736 370,135.33333333333331 377.83713669723295,191.21310674166736 "
|
2021-01-26 10:06:13 +00:00
|
|
|
stroke="#000000"
|
|
|
|
stroke-width="0"
|
|
|
|
fill-opacity="1"
|
|
|
|
stroke-opacity="1"
|
2021-05-09 17:29:45 +00:00
|
|
|
></polygon>
|
|
|
|
<polygon
|
|
|
|
cx="420"
|
|
|
|
cy="302"
|
|
|
|
id="svg_4"
|
|
|
|
shape="regularPoly"
|
|
|
|
sides="5"
|
|
|
|
orient="x"
|
|
|
|
edge="80"
|
|
|
|
fill="#ffff00"
|
|
|
|
strokecolor="#000000"
|
|
|
|
strokewidth="5"
|
|
|
|
points="488.0520646681632,302 441.02924448476534,366.7213595499958 364.94472318115305,342 364.94472318115305,262 441.02924448476534,237.27864045000422 488.0520646681632,302 "
|
2021-01-26 10:06:13 +00:00
|
|
|
stroke="#000000"
|
2021-05-09 17:29:45 +00:00
|
|
|
stroke-width="5"
|
2021-01-26 10:06:13 +00:00
|
|
|
>
|
2021-05-09 17:29:45 +00:00
|
|
|
<animate
|
|
|
|
attributeName="opacity"
|
|
|
|
begin="indefinite"
|
|
|
|
dur="0.2"
|
|
|
|
fill="freeze"
|
|
|
|
to="1"
|
|
|
|
></animate>
|
|
|
|
</polygon>
|
2021-01-26 10:06:13 +00:00
|
|
|
</g>
|
|
|
|
</svg>
|
|
|
|
`;
|