You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem doesn't seem to be in the PDF, but in the SVG. When I regenerate all the PDFs, I get all of them correct but a few specific images, like trending.
Guess: the SVG path is not centered, but drawn as if it's positioned at the origin. For some reason it still works when the SVG with the rectangle is generated, but it doesn't with PDF specs.
Digging a bit:
If I export that same trending SVG from Sketch to SVG, it doesn't work.
If I export that same trending SVG from Illustrator to SVG, it works.
Expected behavior:
Once an icon is approved and
grunt
has been executed, the generated pdf file should be centeredActual behavior:
The generated pdf is off-center. As a reference these two pdf were recently auto-generated:
trending icon
recent icon
The text was updated successfully, but these errors were encountered: