Lines Matching refs:width
10 self.OptionParser.add_option("-s", "--spine", action="store", type="string", dest="dvd_cover_spine", default="normal", help="Dvd spine width")
30 width = 259.0 # Before adding spine width or bleed
36 width += spine
37 width += 2.0 * bleed
42 self.root.set("width", str(width) + 'mm')
44 self.root.set("viewBox", "0 0 " + str(width) + " " + str(height) )
53 namedview.set(inkex.addNS('cx', 'inkscape'), str(self.uutounit( width, 'px' )/2.0 ) )
59 self.create_vertical_guideline("left spline", str(self.uutounit( (width-spine)/2.0,'px' )) )
60 self.create_vertical_guideline("right spline", str(self.uutounit( (width+spine)/2.0,'px' )) )
61 self.create_vertical_guideline("left edge", str(self.uutounit( width-bleed, 'px' )) )