Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion javascript/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,11 @@
position: relative;
}

#svgPreview svg {
#svgPreview svg,
#svgPreview canvas {
width: 100%;
height: 100%;
display: block;
}

.empty-state {
Expand Down Expand Up @@ -705,6 +707,7 @@ <h1>Doyle Spiral Studio</h1>
<div class="stat-card"><strong id="statArcGroups">0</strong>Arc groups</div>
<div class="stat-card"><strong id="statPolygons">0</strong>Polygons extruded</div>
<div class="stat-card"><strong id="statMode">Arram-Boyle</strong>Render mode</div>
<div class="stat-card"><strong id="statPerformance">–</strong>Render timing</div>
</div>

<div class="preview-card three-card" id="view3d" hidden>
Expand Down
Loading