Tutorial Tips
Tutorial Tips
:: T I P S A N D T R I C K S
This tutorial will demonstrate various tips and tricks that users have
learned through the use of Inkscape and some “hidden” features that
can help you speed up production tasks.
If your radial pattern only needs to have 3, 4, 6, 8, or 12 elements, then you can try the
P3, P31M, P3M1, P4, P4M, P6, or P6M symmetries. These will work nicely for
snowflakes and the like. A more general method, however, is as follows.
Choose the P1 symmetry (simple translation) and then compensate for that translation by
going to the Shift tab and setting Per row/Shift Y and Per column/Shift X both to
-100%. Now all clones will be stacked exactly on top of the original. All that remains to
do is to go to the Rotation tab and set some rotation angle per column, then create the
pattern with one row and multiple columns. For example, here's a pattern made out of a
horizontal line, with 30 columns, each column rotated 6 degrees:
To get a clock dial out of this, all you need to do is cut out or simply overlay the central
part by a white circle (to do boolean operations on clones, unlink them first).
More interesting effects can be created by using both rows and columns. Here's a pattern
with 10 columns and 8 rows, with rotation of 2 degrees per row and 18 degrees per
column. Each group of lines here is a “column”, so the groups are 18 degrees from each
other; within each column, individual lines are 2 degrees apart:
In the above examples, the line was rotated around its center. But what if you want the
center to be outside of your shape? Just click on the object twice with the Selector tool to
enter rotation mode. Now move the object's rotation center (represented by a small cross-
shaped handle) to the point you would like to be the center of the rotation for the Tiled
Clones operation. Then use Create Tiled Clones on the object. This is how you can
do nice “explosions” or “starbursts” by randomizing scale, rotation, and possibly
opacity:
for each exported area. The -t switch tells it to use the remembered filename hint,
otherwise you can provide the export filename with the -e switch. Alternatively, you can
use the Extensions > Web > Slicer extensions, or Extensions > Export >
Guillotine for similar results.
Non-linear gradients
The version 1.1 of SVG does not support non-linear gradients (i.e. those which have a
non-linear translations between colors). You can, however, emulate them by multistop
gradients.
Start with a simple two-stop gradient (you can assign that in the Fill and Stroke dialog or
use the gradient tool). Now, with the gradient tool, add a new gradient stop in the middle;
either by double-clicking on the gradient line, or by selecting the square-shaped gradient
stop and clicking on the button Insert new stop in the gradient tool's tool bar at the
top. Drag the new stop a bit. Then add more stops before and after the middle stop and
drag them too, so that the gradient looks smooth. The more stops you add, the smoother
you can make the resulting gradient. Here's the initial black-white gradient with two
stops:
And here are various “non-linear” multi-stop gradients (examine them in the Gradient
Editor):
Stamping
To quickly create many copies of an object, use stamping. Just drag an object (or scale or
rotate it), and while holding the mouse button down, press Space. This leaves a “stamp”
of the current object shape. You can repeat it as many times as you wish.
Press Enter
Note that while the path is unfinished (i.e. is shown green, with the current segment red)
it does not yet exist as an object in the document. Therefore, to cancel it, use either Esc
(cancel the whole path) or Backspace (remove the last segment of the unfinished path)
instead of Undo.
To add a new subpath to an existing path, select that path and start drawing with Shift
from an arbitrary point. If, however, what you want is to simply continue an existing
path, Shift is not necessary; just start drawing from one of the end anchors of the selected
path.
You can also use the Text > Glyphs dialog to search for and insert glyphs into your
document.
Object rotation
When in the Selector tool, click on an object to see the scaling arrows, then click again
on the object to see the rotation and skew arrows. If the arrows at the corners are clicked
and dragged, the object will rotate around the center (shown as a cross mark). If you hold
down the Shift key while doing this, the rotation will occur around the opposite corner.
You can also drag the rotation center to any place.
Or, you can rotate from keyboard by pressing [ and ] (by 15 degrees) or Ctrl+[ and Ctrl
+] (by 90 degrees). The same [] keys with Alt perform slow pixel-size rotation.
Drop shadows
To quickly create drop shadows for objects, use the Filters > Shadows and Glows
> Drop Shadow... feature.
You can also easily create blurred drop shadows for objects manually with blur in the Fill
and Stroke dialog. Select an object, duplicate it by Ctrl+D, press PgDown to put it
beneath original object, place it a little to the right and lower than original object. Now
open Fill And Stroke dialog and change Blur value to, say, 5.0. That's it!