WoW uses, in addition to the Lua language, also the XML markup for the creation of the graphical interface. Since the SVG files are pure XML, is it possible to draw vector images using World of Warcraft XML and then use them in the interface? This is the schema of the in-game XML:
<Ui
xmlns="http://www.blizzard.com/wow/ui/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.blizzard.com/wow/ui/..\FrameXML\UI.xsd">
<!-- All GUI elements here -->
</Ui>
I found sample of SVG file Here : https://upload.wikimedia.org/wikipedia/en/8/8f/Activision_Blizzard_Studios.svg
Here is the source