From e604ba756590f3d68a9bcf1cfa1a3c337a375dd0 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 8 Oct 2012 16:36:47 +0800 Subject: [PATCH] .. --- TODO | 5 ++--- src/HTMLRenderer/draw.cc | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 0a60914..ea8920c 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +word space/offset before the first letter + don't dump image when there is nothing Integrate splash/cairo @@ -9,14 +11,11 @@ draw non-orthogonal lines with CSS position history stack (popstate) ==Wait until someone asks== - try harder finding glyph names (using fontforge) for CID Type 0 rename single-html -> embed-font/image/css ... - merge sub/sup into one line precise link dest: zoom - ==Future== argument auto-completion use absolute positioning for long whitespace diff --git a/src/HTMLRenderer/draw.cc b/src/HTMLRenderer/draw.cc index adbbfe4..e745fe4 100644 --- a/src/HTMLRenderer/draw.cc +++ b/src/HTMLRenderer/draw.cc @@ -101,6 +101,7 @@ static void get_shading_bbox(GfxState * state, GfxShading * shading, /* * Note that the coordinate system in HTML and PDF are different + * This functions returns the angle of vector (dx,dy) in the PDF coordinate system, in rad */ static double get_angle(double dx, double dy) {