summaryrefslogtreecommitdiffstats
path: root/src/helper/HACKING
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2006-01-16 02:36:01 +0000
committermental <mental@users.sourceforge.net>2006-01-16 02:36:01 +0000
commit179fa413b047bede6e32109e2ce82437c5fb8d34 (patch)
treea5a6ac2c1708bd02288fbd8edb2ff500ff2e0916 /src/helper/HACKING
downloadinkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.tar.gz
inkscape-179fa413b047bede6e32109e2ce82437c5fb8d34.zip
moving trunk for module inkscape
(bzr r1)
Diffstat (limited to 'src/helper/HACKING')
-rw-r--r--src/helper/HACKING35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/helper/HACKING b/src/helper/HACKING
new file mode 100644
index 000000000..2e3ddcbcd
--- /dev/null
+++ b/src/helper/HACKING
@@ -0,0 +1,35 @@
+*
+* Unsystematized and temporary helper things
+*
+
+1. libspchelp
+
+Here you find:
+
+Useful add-ons to gnome-canvas, such as:
+ gnome_canvas_item_i2p_affine
+
+Canvas items useful for editing:
+Ctrl - a small rectangle, which do no scale when parent is scaled
+CtrlRect - 'rubberband' box
+CtrlLine - simple straight line
+Probably some of these will be rendered without libart at all - we do not
+need antialias for rubberband.
+
+Yet to implement:
+Guide - simple guideline.
+FastSVP, FastVpath - not decided yet, but for node editing it seems to be
+useful to have special rendering mode - fast stroking of single pixel wide
+lines without antialias.
+
+2. libgt1
+
+This is complete placeholder. All type1 parsing code is already included
+in gnome-print development version and as soon as it will be more widely
+available, I remove this.
+
+These programs are written mainly by Adobe and Raph Levien, probably others.
+I modified gt1-parset1.c to force it to display most of iso-8859-1 characters.
+
+Lauris Kaplinski
+<lauris@ariman.ee>