Module Svg :: Class SvgTransform
[hide private]
[frames] | no frames]

Class SvgTransform

source code

Instance Methods [hide private]
 
__init__(self, baseTransform='') source code
 
applyAttributes(self, attrs, key='transform') source code
 
transform(self, transform) source code
 
reset(self) source code
 
translate(self, dx, dy) source code
 
rotate(self, angle) source code
 
scale(self, sx, sy) source code
 
applyGL(self) source code
 
getGMatrix(self, m) source code
 
apply(self, drawBoard) source code