#! /bin/sh /usr/share/dpatch/dpatch-run ## 92_fix_export_eps.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: when exporting to eps the position and size of some bonds ## DP: where wrongly calculated due to a swap in argument. @DPATCH@ diff -urNad easychem-0.6~/postscript/preamble.ps easychem-0.6/postscript/preamble.ps --- easychem-0.6~/postscript/preamble.ps 2005-05-04 10:10:07.000000000 +0200 +++ easychem-0.6/postscript/preamble.ps 2009-07-09 17:13:05.000000000 +0200 @@ -90,7 +90,7 @@ % (text2) centered on (x2,y2). Returns the X1, Y1, X2 and Y2 coordinates % of the ends of the bond. % Returns 'X1 Y1 X2 Y2' -/b12{6 1 r b1 5 4 r b2}bd +/b12{e 6 1 r b1 5 4 r b2}bd % Expects 'x1 y1 x2 y2' % Draws a spl bond