2020-01-06 01:40:35 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Renders correctly without textures.: Should render a toolbar and a renderer widget. 1`] = `
|
|
|
|
<div
|
|
|
|
class="viewer_TextureView"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="core_ToolBar"
|
|
|
|
style="height: 33px;"
|
|
|
|
>
|
2020-01-06 06:20:53 +08:00
|
|
|
<button
|
|
|
|
class="core_Button core_FileButton"
|
2020-01-06 01:40:35 +08:00
|
|
|
>
|
|
|
|
<span
|
2020-01-06 06:20:53 +08:00
|
|
|
class="core_Button_inner"
|
2020-01-06 01:40:35 +08:00
|
|
|
>
|
|
|
|
<span
|
2020-01-06 06:20:53 +08:00
|
|
|
class="core_Button_left"
|
2020-01-06 01:40:35 +08:00
|
|
|
>
|
|
|
|
<span>
|
|
|
|
<span
|
|
|
|
class="fas fa-file"
|
|
|
|
/>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
class="core_Button_center"
|
|
|
|
>
|
|
|
|
Open file...
|
|
|
|
</span>
|
|
|
|
</span>
|
2020-01-06 06:20:53 +08:00
|
|
|
</button>
|
2020-01-06 01:40:35 +08:00
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="core_RendererWidget"
|
|
|
|
>
|
|
|
|
<canvas
|
2020-01-26 05:38:07 +08:00
|
|
|
height="600"
|
|
|
|
width="800"
|
2020-01-06 01:40:35 +08:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|