Improved wrapper event handling.

This commit is contained in:
2019-07-24 11:45:03 +02:00
parent cc6ef8de46
commit ed40ffc43f
4 changed files with 46 additions and 18 deletions
+12
View File
@@ -4,7 +4,19 @@ circle {
stroke-width: 8px;
}
mask circle {
stroke-width: 0;
fill: white;
}
.addedImage {
filter: invert(1);
}
.debugRect {
stroke: red;
fill: transparent;
stroke-width: 8px;
}