From 1a0b9d55c12d7c04f6c51c00fffefbd7276aa527 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tjark=20M=C3=BCller?= Date: Tue, 6 Jun 2023 17:31:58 +0200 Subject: [PATCH] update code block to reflect current state --- lib/flippable.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/flippable.html b/lib/flippable.html index a4ec6a7..4d26fff 100644 --- a/lib/flippable.html +++ b/lib/flippable.html @@ -65,8 +65,12 @@ the viewbox of the SVG will interfere with the coordinate transformation. <div class="flipFace front"></div> <div class="flipFace back" style="visibility:hidden;"></div> </div> - <svg class="flipButton backBtn" .../> - <svg class="flipButton infoBtn" .../> + <div class="flipButton backBtn" .../> + <svg .../> + </div> + <div class="flipButton infoBtn" .../> + <svg .../> + </div> </div> </template>