Find transformed components
- 
					
					
					
					
 How can I detect glyphs that contain components which have been transformed? Component.scaleandComponent.offsetare a start, but they don’t cover rotated or skewed components.
 
- 
					
					
					
					
 A robofab component will have a transformationattribute in the next version.
 
- 
					
					
					
					
 I've been using Component.transformation, which seems to have six variables(Xscale, Yskew, Xskew, Yscale, Xpos, Ypos).