29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
exports[`use all parts of svg-edit > check tool_source_set #0`] = `
|
|
<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>
|
|
`;
|
|
|
|
exports[`use all parts of svg-edit > check tool_shape #0`] = `
|
|
<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>
|
|
<path d="m208.99747,203.82033c4.11769,-11.81303 20.25091,0 0,15.18818c-20.25091,-15.18818 -4.11769,-27.00122 0,-15.18818z" fill="#FF0000" id="svg_1" stroke="#000000" stroke-width="5" transform="rotate(43.2545 208.997 209.008)"/>
|
|
</g>
|
|
</svg>
|
|
`;
|
|
|
|
exports[`use all parts of svg-edit > check tool_image #0`] = `
|
|
<svg width="640" height="480" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<g class="layer">
|
|
<title>Layer 1</title>
|
|
<path d="m208.99747,203.82033c4.11769,-11.81303 20.25091,0 0,15.18818c-20.25091,-15.18818 -4.11769,-27.00122 0,-15.18818z" fill="#FF0000" id="svg_1" stroke="#000000" stroke-width="5" transform="rotate(43.2545 208.997 209.008)"/>
|
|
<image height="20" id="svg_2" opacity="0.5" width="20" x="295" xlink:href="./images/logo.svg" y="295">
|
|
<animate attributeName="opacity" begin="indefinite" dur="0.2" fill="freeze" to="1"/>
|
|
</image>
|
|
</g>
|
|
</svg>
|
|
`;
|