-
Notifications
You must be signed in to change notification settings - Fork 46
How to save SVG graphics and SVG icons
Mike Mai edited this page Jun 27, 2022
·
1 revision
- Start with a small artboard in the design tool (Adobe Illustrator, Sketch, etc.). Since this is vector, the dimensions don't have to be big. Widest side being 500px should suffice.
- Make sure all layers have been converted to objects, meaning there are no strokes and masks, only shapes with color fill.
- Set each object's fill color to a brand color (or a gradient with brand colors).
- Combine all objects if they visually connect (i.e. create one big shape).
- Save the SVG and then use imgoptim or another tool to minify it before handing it to a developer.
Follow the 7 steps defined in the design system's docs.
- Basic A11y Checklist
- Get started with Bolt locally
- Bolt Specific Standards and Conventions
- How to save SVG graphics and SVG icons
- Upgrade to minor release
- Upgrade to 4.x
- Upgrade to 5.x
- Release Workflow
- VS Code Configuration
- Bolt Doc Writing Guide
- Prefixing Custom Attributes
- Standard Props for Passing Content in Twig
- Building Websites with Bolt in Drupal
- From Design Mockup to Code
- Override with Utility Classes