<input type="radio" name="radio-selector" class="radio-1" checked>
<input type="radio" name="radio-selector" class="radio-2">
.radio-1:checked ~ img {
clip-path: polygon(179px 301px,732px 315px,734px 50px,182px 59px);
}
.radio-2:checked ~ img {
clip-path: polygon(179px 301px,455px 266px,734px 50px,52px 96px);
}
one or more file(s) that contain minified or obfuscated code which is not human readable