You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While fetching elite specialization's icon from the renderer service, I have found that HoT. PoF specs' icons are 32x32 pixel in size while EoD specs' are 16x16 in size.
In both returned JSON you will see a "profession_icon" property
Fetch both "profession_icon" value.
Results
Outcome: The outcome is that every specializations icon is 32x32 .png file, while the EoD spec's are 16x16 Expected behavior: Every .png file should be 32x32 px.
The text was updated successfully, but these errors were encountered:
Barnikun
changed the title
Render service EoD elite specializations resolution doesn't match others'
Render service EoD elite specialization's icons resolution doesn't match others'
Apr 6, 2024
Issue:
While fetching elite specialization's icon from the renderer service, I have found that HoT. PoF specs' icons are 32x32 pixel in size while EoD specs' are 16x16 in size.
Steps to recreate:
Berserker (HoT specialization): https://api.guildwars2.com/v2/specializations/18
Untamed (EoD specialization): https://api.guildwars2.com/v2/specializations/72
In both returned JSON you will see a "profession_icon" property
Results
Outcome: The outcome is that every specializations icon is 32x32 .png file, while the EoD spec's are 16x16
Expected behavior: Every .png file should be 32x32 px.
The text was updated successfully, but these errors were encountered: