Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OTHER] Extending wiki with tutorials for each recommended tool #1306

Open
1 task done
Snailedlt opened this issue Jul 26, 2022 · 7 comments
Open
1 task done

[OTHER] Extending wiki with tutorials for each recommended tool #1306

Snailedlt opened this issue Jul 26, 2022 · 7 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Snailedlt
Copy link
Collaborator

Snailedlt commented Jul 26, 2022

I have searched through the issues and didn't find my problem.

  • Confirm

What would you like to share?

It would be nice if we had a wiki page with tutorials for all the recommended tools. This can of course be added incrementally.

@BenSouchet Has already made a quick tutorial for a new tool recommendation here -> #1279 (comment)

We could follow the same format for the other tools that we have in the Recommended resources and tools wiki page, then add a link back in the table on that page.

Example

Tool Name Link Description & Usage Tutorials
Inkscape https://inkscape.org/ Free desktop application for editing and making SVGs how to foo, how to bar
Visual Studio Code https://code.visualstudio.com/ A code editor for editing code how to vscode
vscode.dev https://vscode.dev/ Visual Studio Code in the browser how to vscode
Iloveimg https://www.iloveimg.com/resize-image/resize-svg Resizing SVGs (this doesn't work with SVGs containing complex elements like gradients, etc.). Still have to add the attribute viewBox="0 0 128 128" manually to your resized files. cool tutorial
svgviewer.dev https://www.svgviewer.dev/ View, save, and optimize SVGs tutorial1
Vecta.io https://vecta.io/nano Compress and optimize SVGs tutorial1

Additional information

I propose the following additions

@Snailedlt Snailedlt added the awaiting triage Awaiting triage from a maintainer label Jul 26, 2022
@Snailedlt
Copy link
Collaborator Author

Snailedlt commented Oct 8, 2022

How to convert bitmap/raster images (PNG, JPG, JPEG, ...) into SVG's:

  1. Using Inkscape: new icon: llvm (original, plain) #1428 (comment)
  2. Using Online tools (often better and faster): update icon: aarch64 (original, plain, line) #1961 (comment)

@Snailedlt Snailedlt added the documentation Improvements or additions to documentation label Oct 15, 2022
@Snailedlt
Copy link
Collaborator Author

Snailedlt commented Oct 29, 2022

How to unite/unify paths in Inkscape: #1468 (comment)

@Snailedlt
Copy link
Collaborator Author

How to optimize and minimize SVG's with SVGOMG: #1279 (comment)

@lunatic-fox
Copy link
Contributor

lunatic-fox commented Oct 30, 2022

Instructions of how to resize to square in Inkscape: #1465 (comment)

@lunatic-fox
Copy link
Contributor

lunatic-fox commented Oct 30, 2022

Checking grouped layers in Inkscape: #1468 (comment)

@kilianpaquier
Copy link
Contributor

kilianpaquier commented Oct 31, 2022

Transforming plain or original logos into outline ones :

  1. First of all, select the path (right panel, section Layers and Objects) you want to transform into an outline.
  2. Head to the section Fill and Stroke on the right panel and select the sub-section Stroke paint.
  3. Here, select the first option Flat color.
  4. If needed, you can adjust the border width on the sub-section Stroke style of the same section Fill and Stroke.
  5. Now that you are all set, head to the top navigation and open the Path menu, select Stroke to Path.
  6. Now, you can head back to the section Layers and Objects, you'll now see a folder containing both the stroke (as a path) and the initial path.
  7. Move the stroke to the root of the SVG, and delete both the folder and the initial path.
  8. You're all set, you should have a beautiful outline path.

NB : Keep in mind that the width will also vary if you resize the logo afterhand. You also can't modify the outline width after the transformation Stroke to Path.

@Panquesito7 Panquesito7 removed the awaiting triage Awaiting triage from a maintainer label Feb 8, 2023
@Snailedlt
Copy link
Collaborator Author

How to resize and center a SVG in Inkscape: #1938 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: In Progress
Development

No branches or pull requests

5 participants