# HG changeset patch # User Nicolas Saunier # Date 1339046425 14400 # Node ID 9c7fc6899c0e72d8cf6d1d13599aa6357421e8f4 # Parent 5cde6da746056c64e32e2b2756648406e9265730 corrected name typos in drawOnWorldImage diff -r 5cde6da74605 -r 9c7fc6899c0e python/moving.py --- a/python/moving.py Thu Jun 07 00:53:30 2012 -0400 +++ b/python/moving.py Thu Jun 07 01:20:25 2012 -0400 @@ -495,8 +495,8 @@ def draw(self, options = '', withOrigin = False, **kwargs): self.positions.draw(options, withOrigin, **kwargs) - def drawWorldOnImage(self, nPixelsPerUnitDistance, imageHeight, options = '', withOrigin = False): - self.positions.drawWorldOnImage(nPixelsPerUnitDistance, imageHeight, options, withOrigin) + def drawOnWorldImage(self, nPixelsPerUnitDistance, imageHeight, options = '', withOrigin = False, **kwargs): + self.positions.drawOnWorldImage(nPixelsPerUnitDistance, imageHeight, options, withOrigin, **kwargs) def getInstantsCrossingLane(self, p1, p2): '''Returns the instant(s)