-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinkscape
More file actions
80 lines (65 loc) · 3.2 KB
/
inkscape
File metadata and controls
80 lines (65 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Inkscape: really nice tool for editing svg's. Better than gimp for things
like annotating images with arrows and text.
QUESTIONS:
Q: how to white out some of the area behind the text?
Q: how to undo selecting? (undo only applies to editing, apparently)
Q: how to tell what defaults I've modified?
Q: factory reset?
=======================================================================
How to do some stuff:
group: ctrl-G
ungroup: ctrl-shift-G
Create segments and turn them into arrows:
F6 (or click on pencil tool) to draw line segments
double-click on the pencil to get pencil prefs
change to "Last used style"
(not quite sure what semantica are)
(unfortunately it remembers from last session!?)
click,click;click,click to draw segs
F1 (or select tool) to select one of them
Object/Fill_and_Stroke (or click on Stroke in lower-left)
change color to ff3600ff
change width to 3
change Start Marker to Arrow2Mstart
Extensions > Modify Path > Color Markers to Match Stroke.
Once I have one, it's most efficent do just dup it (ctrl-d) and move endpoints.
Connector tool / Edit segment endpoints:
F2 or 'o' (or click on Edit Paths by Nodes tool)
click on object to select it, then drag nodes. simple!
Text:
F8 (or text tool)
click on 'T' in lower-right to change font properties,
leave font "Sans"
hmm I think 18 is thr right size, but it's a bit more wide spaced
and apply and set as default.
Drop shadows:
select the object(s) (select tool / F1)
ctrl-d (or ...) to duplicate it, that's the shadow (one for each selected obj)
arrow keys to move it precisely, maybe 6 pixels south, to work with it
bottom: shift-color and ctrl-color to change both interior/border color
to 40% gray (or maybe 20% gray and no blur)
Object/Fill_and_Stroke...
Blur: 1.0 (or not, if 20% gray)
arrow keys to move it back precisely, maybe 1 pixel south of where it was originally.
page-down/page-up to move it up/down in stacking order.
Extensions > Modify Path > Color Markers to Match Stroke.
(don't do this til end, because it destroys selection!)
Q: is there a way to reselect?
PA: I don't think so, but can group using ctrl-G
if doing lots of them, do them in a group...
but the very last operation has to be Ungroup and then Color Markers,
since I don't think there's any way to recover from that.
Undo history:
Edit > Undo History
note that the cursor is really *after* the selected item.
Huh! I like the format! It's hierarchical...
(it doesn't retain the whole history tree though...
that is, an editing action clears the redo stack)
Select multiple items:
Esc to clear selection (failure to do this was messing me up for a while)
shift-click to add to selection, or shift-drag to drag out bounding boxes
=======================================================================
Q: it keeps opening up in a weird position, what to do?
A: per http://www.inkscapeforum.com/viewtopic.php?t=20544:
pan/zoom to where I'd like it to be, select an item, press an arrow,
press opposite key to put it back, save, close.