WALLPAPER GROUPS → 2222 (p2)

vec2 p2(vec2 uv){
  uv=fract(uv);
  if(uv.y>uv.x){uv=1.-uv;}
  return uv;
}