Preface
Crafting an Inkscape slide template background, with multiple sub-layers.
For every achievement, one should start form simple thing. Then good thing take some time. Patience is your ally.
When creating something for teamwork, always consider replication, especially for the essential elements. Think about how your work can be recreated by others without needing access to your document’s soft copy. Otherwise, you risk unintentionally, restricting your team’s access with a read-only design.
Why
To enable users to modify and customize it, according to their specific needs.
What
Focus on creating a single customizable slide template.
Basic Page
Getting Started with Inkscape Page
These steps apply to most of the Inkscape documents I create.
Many Inkscape users use drag and drop, and often skip specifying placement or width, among other details.
I use placement and width for tutorial purposes so anyone can replicate the slide design with precision. You don’t need to adhere to any specific working style, to create your own design.
Document Properties
Page Setup
Although example provided, consider make a new document from scratch.
- I use the size of 1600px * 900px, so both display unit should be in px.
- The checkerboard background to differ from the white background.
- The scale should be 1 or other natural number, so you can arrange page in XML manually.
The scale is a crucial factor to consider when manually arranging the page’s positioning. If you find that your previous document has a different scale, you can easily adjust it by modifying the document properties, and resizing the vector image.
This adjustment can be accomplished using a straightforward technique. However, I’ll explain it in another article to keep our focus intact.
Color Pallete
Choose Material Design pallete for this template.
Initial Looks
Your screen should resemble the image below::
Background Layer
We need a white background layer. Start by making a 1600px * 900px rectangle, filled with solid white color.
- X: 0; Y: 0; W: 1600; H: 900
Be cautious of rounded corners; ensure that both Rx and Ry are set to zero.
Feel free to name the rectangle, such as Main BG
or simply White
.
I intentionally use white background,
so I can print the slide in A4 paper,
without using ink at all.
Your screen should now resemble the image above.
Don’t forget to save your work; we are now prepared to move on to the next step.
SVG Source
You can download the SVG source from the link below:
Template Layer
Source Layer
Consider creating a new layer for our default template, and within it, establish a a source sublayer.
Lock the background layer so that we can freely work on the source layer.
Two Vertical Lines
Now, proceed to create a left line with a width of 40px.
- X: 0; Y: 0; W: 40; H: 900; Color: Blue700
Next, create a right line with a width of 30px.
- X: 1570; Y: 0; W: 30; H: 900; Color: Blue500
Your Inkscape window should resemble the image below:
Again, I intentionally use bright color, so I can print the slide in A4 paper. without having to worry about using too much ink.
For better organization, you can also name the objects as shown in the layer pane.
Four Additional Lines
To separate the two lines mentioned earlier, we need to add four more lines as separators.
Now, create four additional lines with a height of 500px. The widths should be 40px and 80px. While the exact position doesn’t matter, I’ll provide the details anyway to make it easier for beginners.
- X: 100; Y: 0; W: 40; H: 500; Color: Blue900
- X: 200; Y: 400; W: 80; H: 500; Color: Blue300
- X: 1400; Y: 0; W: 80; H: 500; Color: Blue300
- X: 1500; Y: 400; W: 40; H: 500; Color: Blue300
The color choice is flexible; I’m including it for the sake of aesthetics in this example.
Diagonal Lines
We need to rotate the lines 45 degrees counterclockwise or, in numerical terms, -45 degrees to the right.
Rotate all four lines mentioned earlier, ensuring they are properly placed as follows:
- X: -100; Y: 0
- X: -100; Y: 500
- X: 1400; Y: 100
- X: 1400; Y: 600
This is not an overly complex rocket science, so you can use alternative placements, as needed to fit your design.
Your Inkscape window should resemble the image above.
Your Inkscape window should resemble the image above.
SVG Source
You can download the SVG source from the link below:
Creating Shapes
Starting from a draft slide, we can now proceed to create the master slide.
With the structural elements in place, it’s time to cut the lines. Extract the two cut lines into six separate lines. Lastly, group the six lines together.
Cutting the Lines
Duplicate the layer into new layer.
And name it Source: Cut
.
Lock and hide the original layer,
to keep a backup of your original line structure.
Now, select the two lines that you wish to cut, and choose `Path Difference`` from the menu.
You should observe the following result:
Note: The process isn’t complete yet, so please continue with the next steps.
Extract and group.
Utilize ‘Path Break Apart’ to extract both lines.
Once again, duplicate the layer and name it Blue
.
Lock and hide the original layer
to retain your initial line structure.
Select all six paths in the ‘Blue’ layer, and group them as a single entity.
Modify the colors using the Material palette, starting from the bottom-left and proceeding from left to right.
- Left Bottom: Blue900
- Left Middle: Blue700
- Left Top: Blue500
- Right Bottom: Blue500
- Right Middle: Blue300
- Right Top: Blue100
Feel free to add more colors like green and red. To change colors, activate the layer with the specific color and deactivate layers with unwanted colors.
Remember to save your work, and we’re now ready to proceed to the next step.
SVG Source
You can download the SVG source from the link below:
Managing Colors
Now that we have a collection of templates, let’s differentiate them by assigning, a specific color to each line using Materialize colors.
For example, you can create a green slide template like this:
And another one with a red slide template like this:
Once you’ve customized the colors for your templates, you can proceed to export the slides as PNG images.
With this step, we’ve completed the default template, one of five available templates.
SVG Source
You can download the SVG source from the link below:
What Comes Next 🤔?
We’re about to embark on a journey to explore other templates, each boasting a palette of 19+1 colors. They’ll be meticulously organized with a similar sublayer structure, providing you with even more creative options.
Consider continue reading [ Inkscape: Slide Templates - Part Three ].
Thank you for reading.