Tutorial | Base Questo tutorial mostra l'uso di base di Inkscape. Questo è un normale documento SVG ed è possibile aprirlo, modificarlo, copiarlo e salvarlo. The Basic Tutorial covers canvas navigation, managing documents, shape tool basics, selection techniques, transforming objects with selector, grouping, setting fill and stroke, alignment, and z-order. For more advanced topics, check out the other tutorials in the Help menu. Navigazione nell'area di lavoro There are many ways to pan (scroll) the document canvas. Try Ctrl+arrow keys to scroll by keyboard. (Try this now to scroll this document down.) You can also drag the canvas by the middle mouse button. Or, you can use the scrollbars (press Ctrl+B to show or hide them). The wheel on your mouse also works for scrolling vertically; press Shift with the wheel to scroll horizontally. Ingrandimento The easiest way to zoom is by pressing - and + (or =) keys. You can also use Ctrl+middle click or Ctrl+right click to zoom in, Shift+middle click or Shift+right click to zoom out, or rotate the mouse wheel with Ctrl. Or, you can click in the zoom entry field (in the bottom right corner of the document window), type a precise zoom value in %, and press Enter. We also have the Zoom tool (in the toolbar on left) which lets you to zoom into an area by dragging around it. Inkscape also keeps a history of the zoom levels you've used in this work session. Press the ` key to go back to the previous zoom, or Shift+` to go forward. Strumenti La barra verticale sulla sinistra mostra gli strumenti di disegno e di modifica. Nella parte superiore della finestra, sotto il menu, si trova la Barra dei comandi con i pulsanti dei comandi generali e la Barra dei controlli strumento con controlli specifici per ogni strumento. La Barra di stato, nella parte inferiore della finestra, mostra utili consigli e messaggi contestuali. Many operations are available through keyboard shortcuts. Open HelpKeys and Mouse Reference to see the complete reference. Creazione e gestione dei documenti To create a new empty document, use FileNew or press Ctrl+N. To create a new document from one of Inkscape's many templates, use FileNew from Template… or press Ctrl+Alt+N To open an existing SVG document, use FileOpen (Ctrl+O). To save, use FileSave (Ctrl+S), or FileSave As (Shift+Ctrl+S) to save under a new name. (Inkscape may still be unstable, so remember to save often!) Inkscape usa il formato SVG (Scalable Vector Graphics) per i suoi file. SVG è uno standard aperto ampiamente supportato dai software di grafica. I file SVG sono basati su XML e possono essere modificati con qualunque editor di testo o XML (oltre che con Inkscape). Oltre a SVG, Inkscape può importare ed esportare diversi altri formati (EPS, PNG). Inkscape opens a separate document window for each document. You can navigate among them using your window manager (e.g. by Alt+Tab), or you can use the Inkscape shortcut, Ctrl+Tab, which will cycle through all open document windows. (Create a new document now and switch between it and this document for practice.) Note: Inkscape treats these windows like tabs in a web browser, this means the Ctrl+Tab shortcut only works with documents running in the same process. If you open multiple files from a file browser or launch more than one Inkscape process from an icon it will not work. Creazione di forme È tempo di qualche simpatica figura! Clicca sullo strumento Rettangolo nella barra (o premi F4) e trascina il mouse, sia qui che in un nuovo documento: Come si può vedere, i rettangoli in maniera predefinita sono blu, con un contorno nero, e completamente opaco. Si vedrà in seguito come cambiare questo comportamento. Con gli altri strumenti è possibile creare anche ellissi, stelle e spirali: Questi strumenti sono conosciuti come forme. Ogni forma presenta uno o più punti di modifica sotto forma di maniglie; si può provare a spostarli per vedere come le forme reagiscono. Il Pannello di controllo per gli strumenti di forma è un altro modo per modificare una figura; questi controlli modificano la figura selezionata (cioè quella che mostra i punti di modifica) e impostano i parametri predefiniti per le nuove figure. To undo your last action, press Ctrl+Z. (Or, if you change your mind again, you can redo the undone action by Shift+Ctrl+Z.) Muovere, ridimensionare, ruotare Lo strumento più usato in Inkscape è il Selettore. Clicca sul primo tasto in alto sulla barra (quello con la freccia), o premi F1 o Spazio. Ora si può selezionare qualunque oggetto sull'area di lavoro. Prova a cliccare sul rettangolo qui sotto: Appariranno otto frecce modificatrici attorno all'oggetto. Ora è possibile: Move the object by dragging it. (Press Ctrl to restrict movement to horizontal and vertical.) Scale the object by dragging any handle. (Press Ctrl to preserve the original height/width ratio.) Ora prova a cliccare nuovamente sul rettangolo. Le maniglie sono cambiate. Ora è possibile: Rotate the object by dragging corner handles. (Press Ctrl to restrict rotation to 15 degree steps. Drag the cross mark to position the center of rotation.) Skew (shear) the object by dragging non-corner handles. (Press Ctrl to restrict skewing to 15 degree steps.) Mentre si usa il Selettore, è anche possibile modificare i campi numerici nella barra di controllo (sopra la tela) per impostare valori esatti per le coordinate (X e Y) e le dimensioni (L e H) della selezione. Trasformazioni tramite i tasti Una delle caratteristiche peculiari di Inkscape è la sua grande usabilità da tastiera. Non c'è nulla che non si possa fare usando la tastiera, persino la trasformazione degli oggetti. You can use the keyboard to move (arrow keys), scale (< and > keys), and rotate ([ and ] keys) objects. Default moves and scales are by 2 px; with Shift, you move by 10 times that. Ctrl+> and Ctrl+< scale up or down to 200% or 50% of the original, respectively. Default rotates are by 15 degrees; with Ctrl, you rotate by 90 degrees. However, perhaps the most useful are pixel-sizetransformations, invoked by using Alt with the transform keys. For example, Alt+arrows will move the selection by 1 pixel at the current zoom (i.e. by 1 screen pixel, not to be confused with the px unit which is an SVG length unit independent of zoom). This means that if you zoom in, one Alt+arrow will result in a smaller absolute movement which will still look like one-pixel nudge on your screen. It is thus possible to position objects with arbitrary precision simply by zooming in or out as needed. Similarly, Alt+> and Alt+< scale selection so that its visible size changes by one screen pixel, and Alt+[ and Alt+] rotate it so that its farthest-from-center point moves by one screen pixel. Note: Linux users may not get the expected results with the Alt+arrow and a few other key combinations if their Window Manager catches those key events before they reach the inkscape application. One solution would be to change the WM's configuration accordingly. Selezioni multiple You can select any number of objects simultaneously by Shift+clicking them. Or, you can drag around the objects you need to select; this is called rubberband selection. (Selector creates rubberband when dragging from an empty space; however, if you press Shift before starting to drag, Inkscape will always create the rubberband.) Practice by selecting all three of the shapes below: Now, use rubberband (by drag or Shift+drag) to select the two ellipses but not the rectangle: Ogni singolo oggetto all'interno di una selezione mostra un contorno di selezione, solitamente una cornice rettangolare tratteggiata. Ciò permette di vedere cosa è selezionato e cosa non lo è. Per esempio, se si selezionano entrambe le ellissi e il rettangolo, senza i contorni sarebbe difficile capire se le ellissi sono selezionate o meno. Shift+clicking on a selected object excludes it from the selection. Select all three objects above, then use Shift+click to exclude both ellipses from the selection leaving only the rectangle selected. Pressing Esc deselects any selected objects. Ctrl+A selects all objects in the current layer (if you did not create layers, this is the same as all objects in the document). Raggruppamento Parecchi oggetti possono essere combinati insieme a formare un gruppo. Questo si comporta come un unico oggetto quando lo si trasforma o lo si sposta. Qui sotto, i tre oggetti sulla sinistra sono indipendenti, mentre gli stessi tre oggetti sulla destra sono uniti in un gruppo. Prova a spostare il gruppo: To create a group, you select one or more objects and press Ctrl+G. To ungroup one or more groups, select them and press Ctrl+U. Groups themselves may be grouped, just like any other objects; such recursive groups may go down to arbitrary depth. However, Ctrl+U only ungroups the topmost level of grouping in a selection; you'll need to press Ctrl+U repeatedly if you want to completely ungroup a deep group-in-group. You don't necessarily have to ungroup, however, if you want to edit an object within a group. Just Ctrl+click that object and it will be selected and editable alone, or Shift+Ctrl+click several objects (inside or outside any groups) for multiple selection regardless of grouping. Try to move or transform the individual shapes in the group (above right) without ungrouping it, then deselect and select the group normally to see that it still remains grouped. Riempimento e contorni Probably the simplest way to paint an object some color is to select an object, and click a swatch in the palette below the canvas to paint it (change its fill color). Alternatively, you can open the Swatches dialog from the View menu (or press Shift+Ctrl+W), select an object, and click a swatch to paint it (change its fill color). More powerful is the Fill and Stroke dialog from the Object menu (or press Shift+Ctrl+F). Select the shape below and open the Fill and Stroke dialog. Noterai che questa finestra ha tre schede: Riempimento, Colore contorno, Stile contorno. La prima permette di modificare il riempimento (interno) dell'oggetto selezionato. Mediante i pulsanti appena sotto si può scegliere il tipo di riempimento: nessun riempimento (il bottone con la X), colore uniforme, gradiente lineare o radiale. Per la figura sopra, è attivato il pulsante del riempimento uniforme. Ancora sotto, si trova un insieme delle tavolozze colore (selettori), ciascuna nella propria scheda: RGB, CMYK, HSL, Ruota. Forse la più utile è quest'ultima, dove si può ruotare il triangolo per scegliere il colore e all'interno scegliere la luminosità. Tutte le tavolozze hanno un selettore per il canale alpha (opacità) per l'oggetto selezionato. Ogni volta che si seleziona un oggetto, il selettore di colore viene aggiornato per mostrare il riempimento e il contorno corrente (per selezioni multiple, viene mostrato il colore medio). Prova con queste figure o creane delle nuove: Usando la scheda Colore contorno, si può rimuovere il contorno dell'oggetto, o dargli qualsiasi colore o trasparenza: L'ultima scheda, Stile contorno, permette di modificare la larghezza e altri parametri del contorno: Infine, invece di un colore uniforme, si possono usare gradienti per il riempimento o per il contorno: When you switch from flat color to gradient, the newly created gradient uses the previous flat color, going from opaque to transparent. Switch to the Gradient tool (Ctrl+F1) to drag the gradient handles — the controls connected by lines that define the direction and length of the gradient. When any of the gradient handles is selected (highlighted blue), the Fill and Stroke dialog sets the color of that handle instead of the color of the entire selected object. Yet another convenient way to change a color of an object is by using the Dropper tool (F7). Just click anywhere in the drawing with that tool, and the picked color will be assigned to the selected object's fill (Shift+click will assign stroke color). Duplicazione, allineamento, distribuzione One of the most common operations is duplicating an object (Ctrl+D). The duplicate is placed exactly above the original and is selected, so you can drag it away by mouse or by arrow keys. For practice, try to fill the line with copies of this black square: Chances are, your copies of the square are placed more or less randomly. This is where the Align and Distribute dialog (Shift+Ctrl+A) is useful. Select all the squares (Shift+click or drag a rubberband), open the dialog and press the “Center on horizontal axis” button, then the “Make horizontal gaps between objects equal” button (read the button tooltips). The objects are now neatly aligned and distributed equispacedly. Here are some other alignment and distribution examples: Ordinamento verticale The term z-order refers to the stacking order of objects in a drawing, i.e. to which objects are on top and obscure others. The two commands in the Object menu, Raise to Top (the Home key) and Lower to Bottom (the End key), will move your selected objects to the very top or very bottom of the current layer's z-order. Two more commands, Raise (PgUp) and Lower (PgDn), will sink or emerge the selection one step only, i.e. move it past one non-selected object in z-order (only objects that overlap the selection count, based on their respective bounding boxes). Fai pratica con i seguenti oggetti cambiando l'ordine verticale, in modo da portare alla sommità l'ellisse più a sinistra e sul fondo quella più a destra: A very useful selection shortcut is the Tab key. If nothing is selected, it selects the bottommost object; otherwise it selects the object above theselected object(s) in z-order. Shift+Tab works in reverse, starting from the topmost object and proceeding downwards. Since the objects you create are added to the top of the stack, pressing Shift+Tab with nothing selected will conveniently select the object you created last. Practice the Tab and Shift+Tab keys on the stack of ellipses above. Selezionare al di sotto e spostare Cosa fare se l'oggetto voluto è nascosto dietro gli altri? Si può vedere un oggetto dietro un altro se quest'ultimo è (parzialmente) trasparente, ma cliccando si selezionerà quello che sta sopra e non quello desiderato. This is what Alt+click is for. First Alt+click selects the top object just like the regular click. However, the next Alt+click at the same point will select the object below the top one; the next one, the object still lower, etc. Thus, several Alt+clicks in a row will cycle, top-to-bottom, through the entire z-order stack of objects at the click point. When the bottom object is reached, next Alt+click will, naturally, again select the topmost object. [If you are on Linux, you might find that Alt+click does not work properly. Instead, it might be moving the whole Inkscape window. This is because your window manager has reserved Alt+click for a different action. The way to fix this is to find the Window Behavior configuration for your window manager, and either turn it off, or map it to use the Meta key (aka Windows key), so Inkscape and other applications may use the Alt key freely.] This is nice, but once you selected an under-the-surface object, what can you do with it? You can use keys to transform it, and you can drag the selection handles. However, dragging the object itself will reset the selection to the top object again (this is how click-and-drag is designed to work — it selects the (top) object under cursor first, then drags the selection). To tell Inkscape to drag whatis selected now without selecting anything else, use Alt+drag. This will move the current selection no matter where you drag your mouse. Practice Alt+click and Alt+drag on the two brown shapes under the green transparent rectangle: Selezionare oggetti simili Inkscape can select other objects similar to the object currently selected. For example, if you want to select all the blue squares below first select one of the blue squares, and use EditSelect SameFill Color from the menu. All the objects with a fill color the same shade of blue are now selected. Oltre a poter selezionare secondo il colore di riempimento, puoi selezionare più oggetti secondo colore contorno, stile contorno, riempimento & contorni, e tipo oggetto. Conclusione This concludes the Basic tutorial. There's much more than that to Inkscape, but with the techniques described here, you will already be able to create simple yet useful graphics. For more complicated stuff, go through the Advanced and other tutorials in HelpTutorials. Bulia Byak; Jonathan Leighton; Ralf Stephan; Bryce Harrington; Alexandre Prokoudine; Colin Marquardt; Josh Andler; Nicolas Dufour; Gellért Gyuris Firas Hanife — 2014, 2015, 2016; Luca Bruno — 2006, 2007; Francesco Ricci — 2006, 2007 Esteban Capella — 2019