- 8
- Morro Bay, California
- Mr__Wimmer
Hello! I upload my decals, they look great on the website, but I am missing letters in the game. Any Ideas?
It could be any number of things. You can attach the SVG to a post here and we could have a look at it.Hello! I upload my decals, they look great on the website, but I am missing letters in the game. Any Ideas?
Are you letters made with a font and not transformed into a path before uploading ?Hello! I upload my decals, they look great on the website, but I am missing letters in the game. Any Ideas?
It could be any number of things. You can attach the SVG to a post here and we could have a look at it.
I can see it in Inkscape (v1.3.2), but the letters M show up differently than the others. I think whatever OP used to create this, it tried to deduplicate the M letter to save some space but made it incompatible with GT7.Inkscape doesn't see the Ms either, but the uploader does. The uploader uses different SVG standards than the ingame engine does, but I don't know why Inkscape doesn't see them either. It's beyond my skills. @MatskiMonk
View attachment 1417893
<defs>
and then referenced twice below with <use href="#D"/>
, while other letters are <path ... >
elements in the last block. I tried fixing it and saving "optimized svg" in inkscape but that broke it even more 😄No, he attached it to a post.You can download SVG from the showcase ?
I think it is because Ms are clones, not paths.
I use Inkscape but it does not do clones by default, you have to clone paths to get clones.Which app are you using that does this by default?
Hmmm.. it didn't look like Inkscape SVG and Daan said that Inkscape didn't recognise either of the Ms.I use Inkscape but it does not do clones by default, you have to clone paths to get clones.
I've had no issues with the Ms in Inkscape, that's why I know they were clones, and thus changed them to normal path by unlinking the clones. And after that no problem to upload and use the sticker on GT7.Hmmm.. it didn't look like Inkscape SVG and Daan said that Inkscape didn't recognise either of the Ms.
on desktop, there's "Attach files" button below the reply input box that lets you upload images and SVGsdon't know how to link the SVG here
I see, thank you! the clones must have been created during file compression. They were paths in the original before compressing it to less than 15kbI think it is because Ms are clones, not paths.
Here it is in game after unlinking clones and uniting all letters into one path.
View attachment 1417958
don't know how to link the SVG here
Thank you! I was able to see the differences with the file you uploaded. I made a LEFT & RIGHT version.It is because the path uses the <use> tags, which obviously don't work in GT (chalk up another one).
It should be fixed in the attached file (I can't check now).
The question is how to stop it doing it again, and that'll come down to how you made it. What editor are you using? Or did you download it from somewhere?
edit: as a workaround, if you were just to add a node to one of the straight lines on one of the M's is might force the app to write them as normal paths, rather than try and use the <use> tags.
Strange, what did you use to compress ?I see, thank you! the clones must have been created during file compression
Strange, what did you use to compress ?
ok, next time try https://jakearchibald.github.io/svgomg/ works well !World's Best SVG Compressor
World's best SVG compressor that minifies SVG up to 80% on average, when gzipped. Automatically scans and embed fonts, plus convert SVG to PNG and other formats, all in a single step in Nanovecta.io
Closest I can get.This is my official shop logo, I kept simplifying it in inkscape to get it from 3.4mb to 15 kb. I wish I could have retained the shadows and glows of this original, but I can figure out how to get it down to 15kb & retain the gradients.