727 lines
15 KiB
Plaintext
727 lines
15 KiB
Plaintext
exports[`use various parts of svg-edit > check tool_source #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_fhpath #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_clone #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="66"
|
|
xml:space="preserve"
|
|
y="55"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_italic #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
font-style="italic"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="66"
|
|
xml:space="preserve"
|
|
y="55"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_bold #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="66"
|
|
xml:space="preserve"
|
|
y="55"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_x_y_coordinate #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_font_size #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_stroke_width #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#000000"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_stoke_fill_color #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_rotation #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="rotate(25 91 72.25)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_blur #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
filter="url(#svg_2_blur)"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="rotate(25 91 72.25)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
<defs>
|
|
<filter height="200%" id="svg_2_blur" width="200%" x="-50%" y="-50%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur>
|
|
</filter>
|
|
</defs>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_opacity #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
filter="url(#svg_2_blur)"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
opacity="0.5"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="rotate(25 91 72.25)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
<defs>
|
|
<filter height="200%" id="svg_2_blur" width="200%" x="-50%" y="-50%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur>
|
|
</filter>
|
|
</defs>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_align_to_page #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
<text
|
|
fill="#000000"
|
|
filter="url(#svg_2_blur)"
|
|
font-family="Serif"
|
|
font-size="24"
|
|
id="svg_2"
|
|
opacity="0.5"
|
|
stroke="#000000"
|
|
text-anchor="middle"
|
|
transform="rotate(25 91 72.25)"
|
|
x="91"
|
|
xml:space="preserve"
|
|
y="80"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
<defs>
|
|
<filter height="200%" id="svg_2_blur" width="200%" x="-50%" y="-50%">
|
|
<feGaussianBlur in="SourceGraphic" stdDeviation="5"></feGaussianBlur>
|
|
</filter>
|
|
</defs>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_delete #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
transform="matrix(1 0 0 1 0 0)"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_change_font_family #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_decoration_underline #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
text-decoration="underline"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_decoration_linethrough #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
text-decoration="underline line-through"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|
|
|
|
exports[`use various parts of svg-edit > check tool_text_decoration_overline #0`] = `
|
|
<body>
|
|
<svg
|
|
width="640"
|
|
height="480"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
xmlns:svg="http://www.w3.org/2000/svg"
|
|
>
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<text
|
|
fill="#bf0000"
|
|
font-family="Serif"
|
|
font-size="34"
|
|
font-style="italic"
|
|
font-weight="bold"
|
|
id="svg_1"
|
|
stroke="#0000bf"
|
|
stroke-width="2"
|
|
text-anchor="middle"
|
|
text-decoration="underline line-through overline"
|
|
x="46"
|
|
xml:space="preserve"
|
|
y="35"
|
|
>
|
|
AB
|
|
</text>
|
|
</g>
|
|
</svg>
|
|
</body>
|
|
`;
|