Code

dropper modes: replace undecipherable icons with text labels
[inkscape.git] / src / helper / HACKING
1 *
2 * Unsystematized and temporary helper things
3 *
5 1. libspchelp
7 Here you find:
9 Useful add-ons to gnome-canvas, such as:
10   gnome_canvas_item_i2p_affine
12 Canvas items useful for editing:
13 Ctrl - a small rectangle, which do no scale when parent is scaled
14 CtrlRect - 'rubberband' box
15 CtrlLine - simple straight line
16 Probably some of these will be rendered without libart at all - we do not
17 need antialias for rubberband.
19 Yet to implement:
20 Guide - simple guideline.
21 FastSVP, FastVpath - not decided yet, but for node editing it seems to be
22 useful to have special rendering mode - fast stroking of single pixel wide
23 lines without antialias.
25 2. libgt1
27 This is complete placeholder. All type1 parsing code is already included
28 in gnome-print development version and as soon as it will be more widely
29 available, I remove this.
31 These programs are written mainly by Adobe and Raph Levien, probably others.
32 I modified gt1-parset1.c to force it to display most of iso-8859-1 characters.
34 Lauris Kaplinski
35 <lauris@ariman.ee>