New doc setup for digital doc editing: Change zoom to 1:1 so raster image scale is right. Just type: 1 File / Document Properties, Page tab. Deselect all Border settings Edit / Guides Around Page so you can see (0,0) You will still have to scroll to get (0,0) at lower left :( To move an Object precisely, select object and Object / Transform, deselect the Relative move checkbox. To move anything (incl. entire drawing) to standard (0,0) location, select whatever you want and move to (0,0) using procedure of previous item. http://www.inkscape.org/doc/tips/tutorial-tips.html Has a section on Icons. Available online in the tips&tricks tutorial. Zoom 1:1 means natural screen pizels, so will be same size as if rendered with "display" or a browser. Coordinate system for the page, and for each object, is (0,0) at BOTTOM left (different from web and raster images). (0,0) in inkscape is the bottom left of exports. Can not get the damned thing to show with (0,0) at top left. See http://inkscape-forum.andreas-s.net/topic/133909 about 16-bit support work-arounds. Awesome videos: http://www.learndigitaldesign.com/school.php?title=1 Shift ADDs to selection. Select a shape, then Alt-arrow whole thing, [] rotates. Need the Text icon from the Command Bar to adjust. To resize without changing font size, use the menu bar lock. Color picker ?Color picker seems to apply to the open Fill/Stroke item????? Seems to pick through layers seems to ignore opacity/alpha TEMPLATING Turn down opacity of template object. Lock the object. Graphics tablet useful. Trace each object object and line with bezier curve. Do not need to curve much. To not close a bezier, end it with ENTER. The objects can overlap. Chicken example objects: body red comb yellow beak eye pupil lip-line wing-line leg/feet. Dup body parts that need shadowing and add a gray gradient on the shadow side. CTRL to restrict movements to Y or X axis. CTRL locks aspect ratio for resizing (scaling). CTRL+a selects all IN LAYER ESC de-selects all To align or adjust multiple items, use the bar-graph looking icon in the Command Bar. Use ALT w/ mouse-clicking to cycle through overlapping objects. New items are always added to the CURRENT layer. SVG Output Inkscape native (doc created in Inkscape) By default puts all objects into a top-level Inkscape Circle/Ellipse/Arcs all saved as SVG s. Imported No layers whatsoever (unless you create layer as documented below). New objects are created inside the root . Layers are just 's with attr inkscape:groupmode="layer". If you add that attr without an inkscape:label attr, there will be no layer label and the Inkscape layer panel will show it with the id as the name. As soon as there is 1 layer in the document, Inkscape will only add new objects to the "active layer", defaulting to the first layer there is (probably). Z ordering is simply the sequence of peer objects in the same grouping. To PgUp, e.g., just moves that object to lower in the .svg file.