Jump to content

Help with SVG


Recommended Posts

My logo isn't showing up in game and i'm not sure why. If anyone is able to assist i would be incredibly appreciative. I may not be doing it right at all, i've created it in photoshop, exported as SVG, then opened it in notepad and copied what you see below, it does open in browser and show it correctly via the SVG file.

 

<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1201" height="1202" viewBox="0 0 1201 1202">
  <metadata><?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?>
<x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c138 79.159824, 2016/09/14-01:09:01        ">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
      <rdf:Description rdf:about=""/>
   </rdf:RDF>
</x:xmpmeta>

Link to comment
Share on other sites

7 hours ago, VALENT1NE said:

i got the proper code but it apears way to large within the frame in game. res is 4k

You'll need to adjust the canvas size (width / height), or viewBox size. Might be best to make it use %'s, and then adjust the wrapping container to fill the Screen element.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...