0

I am using Sketch 70.2 (so far the latest version).

I have a symbol and two instances on the stage:

enter image description here

However, when I exported this, the exported SVG didn't take advantage of reusing that symbol. It would boost the SVG file size especially when the symbol is very complicated.

Is there any way/settings to tell Sketch to do so?

enter image description here

AGamePlayer
  • 7,404
  • 19
  • 62
  • 119
  • Your bigger issue is the bytes precision take. You output to 984px width, but with 7 digits precision (``50.8418134``) you are effectivly **drawing 10,000,000 pixels into one pixel**. Use https://jakearchibald.github.io/svgomg/ you probably only want 1 digit precision, in which case you can multiply everyting **including the viewBox** by 10 to have 0 precision – Danny '365CSI' Engelman Dec 14 '20 at 10:23
  • Maybe you should ask this at [Graphic Design](https://graphicdesign.stackexchange.com/). – ccprog Dec 14 '20 at 14:12

0 Answers0