Another of my KATZ. This one is really agressive and to her owner it represent a sort of protection against who’s talking to her back.

Color tattoo of a angry cat head done by Jerry Magni with his original and unique style. best tattoo artist, Bergamo, Milan, Italy, Brescia, Lugano, Lombardy

// Passive event listeners jQuery.event.special.touchstart = { setup: function( _, ns, handle ) { this.addEventListener("touchstart", handle, { passive: !ns.includes("noPreventDefault") }); } }; jQuery.event.special.touchmove = { setup: function( _, ns, handle ) { this.addEventListener("touchmove", handle, { passive: !ns.includes("noPreventDefault") }); } };