Updating test snapshots.
This commit is contained in:
parent
b0c7801cd1
commit
0284cdbab9
File diff suppressed because it is too large
Load Diff
|
@ -49,116 +49,7 @@ describe('The TiledLayer component', () => {
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
transform="scale(1) translate(0, 0)"
|
transform="scale(1) translate(0, 0)"
|
||||||
>
|
/>
|
||||||
<g
|
|
||||||
transform="translate(2, 3)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/2/3.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(3, 3)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/3/3.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(4, 3)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/4/3.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(5, 3)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/5/3.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(2, 4)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/2/4.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(3, 4)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/3/4.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(4, 4)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/4/4.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(5, 4)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/5/4.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(2, 5)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/2/5.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(3, 5)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/3/5.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(4, 5)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/4/5.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
<g
|
|
||||||
transform="translate(5, 5)"
|
|
||||||
>
|
|
||||||
<image
|
|
||||||
height="1"
|
|
||||||
href="https://fakeurl/5/5/5.png"
|
|
||||||
width="1"
|
|
||||||
/>
|
|
||||||
</g>
|
|
||||||
</g>
|
|
||||||
</svg>
|
</svg>
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue