Jump to content
You must now use your email address to sign in [click for more info] ×

Junkysport

New Members
  • Posts

    2
  • Joined

  • Last visited

  1. I don’t know if anyone can help me with this. I design decals for a PlayStation game in the svg format. applying a one colour svg files is not a problem as long as you stick to their rules. ・The file size can not exceed 15 KB ・Lettering will be converted to outlines ・Ensure special blending modes such as addition and multiplication have not been used ・Ensure that bitmaps have not been embedded ・The SVG file version should be 1.0 or 1.1 The problem I have is that if I make a simple shape and apply a fade from one colour to another, when I upload to the site it turns the shape black. However if I use a free software called Vectornator it works fine. I’ve taken a look at the code of this item and compared it to one made in designer and it shows the colour matrix as a different type. I want to just use designer for these graphics. here are the two svg files in code. The first one is a designer file the second is the Vectornator file: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Created with Vectornator (http://vectornator.io/) --> <svg height="100%" stroke-miterlimit="10" style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" version="1.1" viewBox="0 0 2871 2784" width="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:vectornator="http://vectornator.io" xmlns:xlink="http://www.w3.org/1999/xlink"> <metadata> <vectornator:setting key="IsTimeLapseWatermarkDisabled" value="false"/> <vectornator:setting key="UndoHistoryDisabled" value="true"/> <vectornator:setting key="VNDimensionsVisible" value="true"/> <vectornator:setting key="VNSnapToGuides" value="true"/> <vectornator:setting key="WDCMYKEnabledKey" value="false"/> <vectornator:setting key="WDDisplayWhiteBackground" value="false"/> <vectornator:setting key="WDDynamicGuides" value="false"/> <vectornator:setting key="WDGuidesVisible" value="true"/> <vectornator:setting key="WDIsolateActiveLayer" value="false"/> <vectornator:setting key="WDOutlineMode" value="false"/> <vectornator:setting key="WDRulersVisible" value="true"/> <vectornator:setting key="WDSnapToEdges" value="false"/> <vectornator:setting key="WDSnapToGrid" value="false"/> <vectornator:setting key="WDSnapToPoints" value="false"/> <vectornator:setting key="WDUnits" value="Points"/> </metadata> <defs> <radialGradient cx="0" cy="0" gradientTransform="matrix(246.45 -243.173 243.173 246.45 1036.11 1340.16)" gradientUnits="userSpaceOnUse" id="RadialGradient" r="0.942287"> <stop offset="0" stop-color="#ebebeb" stop-opacity="0"/> <stop offset="0.57" stop-color="#bcbcbc" stop-opacity="0.2"/> <stop offset="0.79" stop-color="#5b5b5b" stop-opacity="0.61"/> <stop offset="1" stop-color="#000000"/> </radialGradient> </defs> <g id="Untitled" vectornator:layerName="Untitled"> <path d="M1109.64 1026.36L1360.46 1026.36L1360.46 1026.36L1360.46 1269.54L1360.46 1269.54L1109.64 1269.54L1109.64 1269.54L1109.64 1026.36L1109.64 1026.36Z" fill="url(#RadialGradient)" fill-rule="evenodd" opacity="1" stroke="none"/> </g> </svg> _____________________________________________ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> <!-- Created with Vectornator (http://vectornator.io/) --> <svg height="100%" stroke-miterlimit="10" style="fill-rule:nonzero;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;" version="1.1" viewBox="0 0 2871 2784" width="100%" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:vectornator="http://vectornator.io" xmlns:xlink="http://www.w3.org/1999/xlink"> <metadata> <vectornator:setting key="IsTimeLapseWatermarkDisabled" value="false"/> <vectornator:setting key="UndoHistoryDisabled" value="true"/> <vectornator:setting key="VNDimensionsVisible" value="true"/> <vectornator:setting key="VNSnapToGuides" value="true"/> <vectornator:setting key="WDCMYKEnabledKey" value="false"/> <vectornator:setting key="WDDisplayWhiteBackground" value="false"/> <vectornator:setting key="WDDynamicGuides" value="false"/> <vectornator:setting key="WDGuidesVisible" value="true"/> <vectornator:setting key="WDIsolateActiveLayer" value="false"/> <vectornator:setting key="WDOutlineMode" value="false"/> <vectornator:setting key="WDRulersVisible" value="true"/> <vectornator:setting key="WDSnapToEdges" value="false"/> <vectornator:setting key="WDSnapToGrid" value="false"/> <vectornator:setting key="WDSnapToPoints" value="false"/> <vectornator:setting key="WDUnits" value="Points"/> </metadata> <defs> <radialGradient cx="151.137" cy="2435.19" gradientTransform="matrix(1 0 0 1 0 0)" gradientUnits="userSpaceOnUse" id="RadialGradient" r="2597.34"> <stop offset="0" stop-color="#ebebeb" stop-opacity="0"/> <stop offset="0" stop-color="#bcbcbc" stop-opacity="0.2"/> <stop offset="0.609792" stop-color="#5b5b5b" stop-opacity="0"/> <stop offset="1" stop-color="#000000"/> </radialGradient> </defs> <g id="Untitled" vectornator:layerName="Untitled"> <path d="M638.264 599.68L1992.21 599.68L1992.21 1953.63L638.264 1953.63L638.264 599.68Z" fill="url(#RadialGradient)" fill-rule="evenodd" opacity="1" stroke="none"/> </g> </svg> if anyone can help me I would greatly appreciate it.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.