
12 Jan
2011
12 Jan
'11
4 p.m.
On Wed, Jan 12, 2011 at 01:10:25AM -0600, Susan Spencer wrote:
Here is how I use Inkscape to achieve precise measurements.
The following conversions are global definitions at the top of my Python scripts:
*# measurement constants in_to_px = ( 90 / 1 ) #convert inches to pixels - 90px/in cm_to_in = ( 1 / 2.5 ) #convert centimeters to inches -
Just thought you should know: an inch is 2.54 cm, not 2.5 cm.
-- hendrik