Преглед на файлове

* Fixed postscript exporter, image in not at the bottom of the page anymore

tags/v0.99.beta14
Jean-Yves Lamoureux jylam преди 18 години
родител
ревизия
5612b86ce6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +2
    -0
      cucul/export.c

+ 2
- 0
cucul/export.c Целия файл

@@ -587,6 +587,7 @@ static void export_ps(cucul_canvas_t *cv, cucul_buffer_t *ex)

/* Header */
cur += sprintf(cur, "%s", ps_header);
cur += sprintf(cur, "0 %d translate\n", cv->height);

/* Background, drawn using csquare macro defined in header */
for(y = cv->height; y--; )
@@ -608,6 +609,7 @@ static void export_ps(cucul_canvas_t *cv, cucul_buffer_t *ex)
}

cur += sprintf(cur, "grestore\n"); /* Restore transformation matrix */
cur += sprintf(cur, "0 %d translate\n", cv->height*10);

for(y = cv->height; y--; )
{


Зареждане…
Отказ
Запис