Searched refs:kux (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Dsynfig_fileformat.py24 kux = 60.0 # Number of SVG units (pixels) per Synfig "unit" variable
H A Dsynfig_output.py74 -self.width/2.0/sif.kux,
75 self.height/2.0/sif.kux,
76 self.width/2.0/sif.kux,
77 -self.height/2.0/sif.kux
116 return distance/sif.kux
120 return distance*sif.kux
129 x /= sif.kux
130 y /= sif.kux
136 x = vector[0] * sif.kux + self.width/2.0
137 y = vector[1] * sif.kux
[all...]

Completed in 15 milliseconds