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:
- Fetch the following API endpoints:
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.
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.