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