integration/v2/04-slideshow.html
changeset 203 df9a887eae92
parent 190 ebb8b58fc2b8
--- a/integration/v2/04-slideshow.html	Fri Jun 28 12:12:57 2013 +0200
+++ b/integration/v2/04-slideshow.html	Fri Jun 28 12:46:42 2013 +0200
@@ -28,11 +28,15 @@
         <svg class="image-container" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1 1" preserveAspectRatio="none">
             <defs>
                 <clipPath id="fragment-clip">
-                    <path d="" class="clip-path" />
+                    <path d="M0 0L1 0L1 1L0 1Z" class="clip-path" />
                 </clipPath>
             </defs>
             <image class="main-image" xlink:href="" x="0" y="0" preserveAspectRatio="none" width="1" height="1" clip-path="url(#fragment-clip)" />
         </svg>
+        <div class="top-controls">
+            <a class="full-screen" href="#"></a>
+            <a class="play-pause" href="#"></a>
+        </div>
         <div class="arrow-wrap left-arrow">
             <a class="arrow" href="#"></a>
         </div>