SVGCircleElement.h 234 B

1234567891011121314
  1. //
  2. // SVGCircleElement.h
  3. // SVGKit
  4. //
  5. // Copyright Matt Rajca 2010-2011. All rights reserved.
  6. //
  7. #import "SVGEllipseElement.h"
  8. @interface SVGCircleElement : SVGEllipseElement { }
  9. @property (nonatomic, readonly) CGFloat r;
  10. @end