Show
Ignore:
Timestamp:
09/05/03 17:58:19 (5 years ago)
Author:
sholloway
Message:

*** empty log message ***

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/RBRapier/demo/SVG/display.py

    r685 r691  
    140140    def Render(self, subject, canvas): 
    141141        self.viewport.SetRectangle(canvas.GetClientRect().asTuple()) 
    142         self.projection.Dimensions = 2, 2, 2 
    143         self.projection.AspectRatio = self.viewport.AspectRatio 
     142        self.projection.SetDimensionsAspectRatio(2., 2., self.viewport.GetAspectRatio()) 
    144143        self.root.Execute(None) 
    145144