33exports [` <Symbol /> from .bob file > matches snapshot (using fallback symbol) 1` ] = `
44<DocumentFragment >
55 <div
6- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
6+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
77 >
88 <img
9- src = " https://cs-web-symbol.diamond.ac.uk/catalogue/default.svg "
10- style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: fill ; object-position: top left;"
9+ src = " https://cs-web-symbol.diamond.ac.uk/catalogue/default_symbol.png "
10+ style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: none ; object-position: top left;"
1111 />
1212 </div >
1313</DocumentFragment >
@@ -16,11 +16,11 @@ exports[`<Symbol /> from .bob file > matches snapshot (using fallback symbol) 1`
1616exports [` <Symbol /> from .bob file > matches snapshot (with index) 1` ] = `
1717<DocumentFragment >
1818 <div
19- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
19+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
2020 >
2121 <img
2222 src = " img 3.svg"
23- style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: fill ; object-position: top left;"
23+ style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: none ; object-position: top left;"
2424 />
2525 </div >
2626</DocumentFragment >
@@ -29,11 +29,11 @@ exports[`<Symbol /> from .bob file > matches snapshot (with index) 1`] = `
2929exports [` <Symbol /> from .bob file > matches snapshot (with rotation) 1` ] = `
3030<DocumentFragment >
3131 <div
32- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
32+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
3333 >
3434 <img
3535 src = " img 1.gif"
36- style = " display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: fill ; object-position: top left;"
36+ style = " display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: none ; object-position: top left;"
3737 />
3838 </div >
3939</DocumentFragment >
@@ -42,11 +42,11 @@ exports[`<Symbol /> from .bob file > matches snapshot (with rotation) 1`] = `
4242exports [` <Symbol /> from .bob file > matches snapshot (without index) 1` ] = `
4343<DocumentFragment >
4444 <div
45- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
45+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
4646 >
4747 <img
4848 src = " img 1.gif"
49- style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: fill ; object-position: top left;"
49+ style = " display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: none ; object-position: top left;"
5050 />
5151 </div >
5252</DocumentFragment >
@@ -55,11 +55,11 @@ exports[`<Symbol /> from .bob file > matches snapshot (without index) 1`] = `
5555exports [` <Symbol /> from .opi file > matches snapshot (with rotation) 1` ] = `
5656<DocumentFragment >
5757 <div
58- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
58+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
5959 >
6060 <img
6161 src = " img 1.gif"
62- style = " display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: fill ; object-position: top left;"
62+ style = " display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: none ; object-position: top left;"
6363 />
6464 </div >
6565</DocumentFragment >
@@ -68,7 +68,7 @@ exports[`<Symbol /> from .opi file > matches snapshot (with rotation) 1`] = `
6868exports [` <Symbol /> from .opi file > matches snapshot 1` ] = `
6969<DocumentFragment >
7070 <div
71- style = " overflow: visible; text-align: left; width: 100%; height: 100%;"
71+ style = " background-color: transparent; overflow: visible; text-align: left; width: 100%; height: 100%;"
7272 >
7373 <img
7474 src = " img 1.gif"
0 commit comments