Swiftgram/submodules/Svg/Sources/SVGKit/Source/DOM classes/SVG-DOM/SVGTextPositioningElement_Mutable.h
2019-12-26 15:55:27 +04:00

10 lines
576 B
Objective-C

#import "SVGTextPositioningElement.h"
@interface SVGTextPositioningElement ()
@property(nonatomic,strong,readwrite) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ x;
@property(nonatomic,strong,readwrite) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ y;
@property(nonatomic,strong,readwrite) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ dx;
@property(nonatomic,strong,readwrite) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ dy;
@property(nonatomic,strong,readwrite) SVGLength* /* FIXME: should be SVGAnimatedLengthList */ rotate;
@end