/** * http://www.w3.org/TR/SVG/types.html#InterfaceSVGTransformable interface SVGTransformable : SVGLocatable { readonly attribute SVGAnimatedTransformList transform; */ #import #import @protocol SVGTransformable @property(nonatomic) CGAffineTransform transform; // FIXME: TODO: this should be a different type @end