This commit is contained in:
Matt Batchelder
2026-02-27 19:06:27 -05:00
parent 44e2ed7061
commit 9f415320de
2 changed files with 5 additions and 2 deletions

View File

@@ -1664,9 +1664,11 @@ function oribi_render_camera_animation()
<rect id="ve-playhead-line" x="103" y="220" width="2" height="68" fill="#FF4500" opacity="0.92"/>
<!-- Timecode display -->
<text id="ve-timecode" x="36" y="230" fill="#8a8e98" font-size="8" font-family="monospace">0:00</text>
</svg></div>HTML;
</svg></div>
HTML;
}
function oribi_render_platform_row($a)
{
$rev = !empty($a['reversed']) ? ' reverse' : '';