GT7 SVG request thread.

  • Thread starter daan
  • 5,393 comments
  • 362,806 views
Is it possible to get this one done, please?
 

Attachments

  • Grouchyoldracer LOGO.png
    Grouchyoldracer LOGO.png
    110 KB · Views: 3
I'm having some trouble with this logo and it's printing area. I don't know why it's doing this but as you can see both ends are getting cut off. I've tried several time to reset the print area but I haven't had any luck doing that. Any help that you can give me would be great. Thanks

garystevens64
 

Attachments

  • Peugeot RCZ Logo - Rw 1.svg
    6 KB · Views: 2
Last edited by a moderator:
Apologies for the low resolution, but would it be possible to get these three pieces made up, please? It doesn't need the GSX logo, so they can be mirrored on the other side of the car.

Ideally as the top section, the pink and blue in the middle as one and then the bottom section as a third.

Screenshot_20240925_225820_Gallery.png
 
Last edited:
VXR
Apologies for the low resolution, but would it be possible to get these three pieces made up, please? It doesn't need the GSX logo, so they can be mirrored on the other side of the car.

Ideally as the top section, the pink and blue in the middle as one and then the bottom section as a third.

View attachment 1392092
Thusly..

1727470939309.png
 

Attachments

  • rgsx.svg
    6.3 KB · Views: 1
  • rgsx1.svg
    1.5 KB · Views: 1
  • rgsx2.svg
    3.2 KB · Views: 1
  • rgsx3.svg
    1.1 KB · Views: 1
  • rgsx4.svg
    2.5 KB · Views: 1
Hi all,

I hope everyone is safe, happy, and well.

I'm after a little bit of help if possible. I'm trying to blanket an area of a car with groups of a logo (see picture for better explanation) I have created a 4x4 grid with this logo. That was the maximum I could push it on size, but I was wondering if anyone could reduce the size and make that grid bigger? It's taking forever to fill the area and my decal limit is running out quickly.

On this particular vehicle you will see I'm trying to cover the whole front end, of which it will taper off on the bonnet and guards

I'm attaching the files I'm using. If you see a better way or need further explanation (apologies I'm terrible at explaining what I'm trying to do) let me know

Thank you, once again team!
 

Attachments

  • 19237ad3f9588-screenshotUrl.png
    19237ad3f9588-screenshotUrl.png
    194.9 KB · Views: 1
  • Hoek Tulip.svg
    1.1 KB · Views: 1
  • Hoek logo base (2).svg
    13.8 KB · Views: 1
Hi all,

I hope everyone is safe, happy, and well.

I'm after a little bit of help if possible. I'm trying to blanket an area of a car with groups of a logo (see picture for better explanation) I have created a 4x4 grid with this logo. That was the maximum I could push it on size, but I was wondering if anyone could reduce the size and make that grid bigger? It's taking forever to fill the area and my decal limit is running out quickly.

On this particular vehicle you will see I'm trying to cover the whole front end, of which it will taper off on the bonnet and guards

I'm attaching the files I'm using. If you see a better way or need further explanation (apologies I'm terrible at explaining what I'm trying to do) let me know

Thank you, once again team!
I can get 12x6 squeezed in by retracing the tulip using an outline instead of a filled shape. If this doesn't save you enough layers, maybe someone else has any ideas how to further max out the node count.
 

Attachments

  • Hoek_Tulip_12x6_01.svg
    14.6 KB · Views: 1
Hi all,

I hope everyone is safe, happy, and well.

I'm after a little bit of help if possible. I'm trying to blanket an area of a car with groups of a logo (see picture for better explanation) I have created a 4x4 grid with this logo. That was the maximum I could push it on size, but I was wondering if anyone could reduce the size and make that grid bigger? It's taking forever to fill the area and my decal limit is running out quickly.

On this particular vehicle you will see I'm trying to cover the whole front end, of which it will taper off on the bonnet and guards

I'm attaching the files I'm using. If you see a better way or need further explanation (apologies I'm terrible at explaining what I'm trying to do) let me know

Thank you, once again team!
edit: tree'd

84 tulips
 

Attachments

  • 84tulips.svg
    14.6 KB · Views: 1
Last edited:
I thought there'd be room for more :)
What software and what SVG settings did you use, if I might ask?

I always use CorelDraw, nothing special on the settings. The difference comes from combining them to be one path, which saves the file re-using all the style info for each repeat... other than that your file was very efficient.

edit: I could probably get another row or column in, but then it wouldn't repeat without staggering.
 
Last edited:
edit: tree'd

84 tulips
Amazing stuff! Thank you so much. Not only will this help to create a stunning livery, but also save my sanity. Mazel tov

Combining to one path? Genius. Something I'm sure is second nature to yourself, but completely alien to me. I'd have never have known
 
Last edited:
Amazing stuff! Thank you so much. Not only will this help to create a stunning livery, but also save my sanity. Mazel tov

Combining to one path? Genius. Something I'm sure is second nature to yourself, but completely alien to me. I'd have never have known

As ikon says, the big win is drawing it as a line, rather than a filled shape. File sizes are generally all about nodes, the less you have, the smaller the file.

Your shape had 42 nodes, my line drawn shape has 9 - so did ikons, we just drew them differently - so immediately that's a four fold saving.

1727535418209.png


Stuff like combining paths can save quite a bit if you've got a lot of separate paths that all have the same properties

This is a snippet of the code from ikon's file...

You can see it's just saying the same thing for when it defines each path, that literally is using up filesize for no benefit. If you make them all one path, it only has to say that once.

1727535622201.png
 
As ikon says, the big win is drawing it as a line, rather than a filled shape. File sizes are generally all about nodes, the less you have, the smaller the file.

Your shape had 42 nodes, my line drawn shape has 9 - so did ikons, we just drew them differently - so immediately that's a four fold saving.

View attachment 1392713

Stuff like combining paths can save quite a bit if you've got a lot of separate paths that all have the same properties

This is a snippet of the code from ikon's file...

You can see it's just saying the same thing for when it defines each path, that literally is using up filesize for no benefit. If you make them all one path, it only has to say that once.

View attachment 1392714
Thanks for this helpful insight :)
I only played around with the Illustrator svg export settings and didn't look into the code. Never would've thought to combine the paths.
 
Back