From 5e82cc8c76303c8d1ef774aeea3d544db607db0c Mon Sep 17 00:00:00 2001 From: Chase Naples Date: Sat, 8 Nov 2025 18:45:44 -0500 Subject: [PATCH] Fix horizontal flip of VIP Moderator icon The VIP Moderator (Head Moderator) star icon was flipped horizontally and did not match the orientation of other moderator icons. Fixed by inverting the scaleX value in the transform matrix and adjusting the translateX value to maintain the star's position. Fixes #6290 --- cockatrice/resources/usericons/pawn_vip_double.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/resources/usericons/pawn_vip_double.svg b/cockatrice/resources/usericons/pawn_vip_double.svg index 0d002a791..b8c94387b 100644 --- a/cockatrice/resources/usericons/pawn_vip_double.svg +++ b/cockatrice/resources/usericons/pawn_vip_double.svg @@ -363,6 +363,6 @@ d="m 38.011063,984.77381 -10.143601,-5.23583 -10.063711,5.38779 1.845023,-11.2651 -8.233948,-7.90624 11.283888,-1.72639 4.974851,-10.27411 5.128803,10.19813 11.308575,1.55649 -8.114112,8.02918 z" inkscape:transform-center-x="0.094945927" inkscape:transform-center-y="-3.9764964" - transform="matrix(2.3768784,0,0,2.4799382,-15.920285,-1400.1716)" /> + transform="matrix(-2.3768784,0,0,2.4799382,115.920285,-1400.1716)" />