diff --git a/lib/flippable.html b/lib/flippable.html index add8b31..a4ec6a7 100644 --- a/lib/flippable.html +++ b/lib/flippable.html @@ -1,35 +1,43 @@ - + -
- -+The SVG buttons have to be wrapped in an HTML DOM element which handles events. Otherwise, +the viewbox of the SVG will interfere with the coordinate transformation. +
<template id="flipTemplate">
<div class="flipWrapper">
@@ -59,27 +71,24 @@ templates.
</template>
-