Searched defs:draw_SVG_line (Results 1 - 5 of 5) sorted by relevance

/inkscape/share/extensions/
H A Dgrid_cartesian.py30 def draw_SVG_line(x1, y1, x2, y2, width, name, parent): function
189 draw_SVG_line(self.options.dx*i, 0,
197 draw_SVG_line(self.options.dx*(i+log(j, sd)), 0,
208 draw_SVG_line(self.options.dx*(i+log(j+k/float(ssd2),sd )), 0,
215 draw_SVG_line(self.options.dx*(i+j/float(sd)), 0,
221 draw_SVG_line(self.options.dx*(i+(j*ssd+k)/((float(sd)*ssd))) , 0,
232 draw_SVG_line(0, self.options.dy*i,
240 draw_SVG_line(0, self.options.dy*(i+1-log(j,sd)),
251 draw_SVG_line(0, self.options.dx*(i+1-log(j+k/float(ssd2),sd )),
258 draw_SVG_line(
[all...]
H A Dgrid_isometric.py32 def draw_SVG_line(x1, y1, x2, y2, width, name, parent): function
181 draw_SVG_line(self.options.dx*i/sd/ssd, 0,
187 draw_SVG_line(self.options.dx*i/sd/ssd, 0,
193 draw_SVG_line(self.options.dx*i/sd/ssd, 0,
241 draw_SVG_line(txa, tya,
245 draw_SVG_line(xmax-txa, tya,
251 draw_SVG_line(txa, tya,
255 draw_SVG_line(xmax-txa, tya,
261 draw_SVG_line(txa, tya,
265 draw_SVG_line(xma
[all...]
H A Dgrid_polar.py36 def draw_SVG_line(x1, y1, x2, y2, width, name, parent): function
165 draw_SVG_line(0, 0, rmax*sin(i*dtheta), rmax*cos(i*dtheta),
170 draw_SVG_line(0, 0, dr*sin(i*dtheta), dr*cos(i*dtheta),
176 draw_SVG_line( dr*sin(i*dtheta+pi/2.0), dr*cos(i*dtheta+pi/2.0),
184 draw_SVG_line(dr*self.options.a_subdivs_cent*sin(angle),
H A Ddraw_from_triangle.py74 def draw_SVG_line( (x1, y1), (x2, y2), style, name, parent): function
85 draw_SVG_line(params[3][-i%3], oppositepoint, width, name+':'+str(i), parent)
H A Dpolyhedron_3d.py149 def draw_SVG_line((x1, y1),(x2, y2), st, name, parent): function
176 draw_SVG_line(pt_1,pt_2,st, name, parent)#plot edges

Completed in 20 milliseconds