diff --git a/SVGgh/SVG/SVGAttributedObject.m b/SVGgh/SVG/SVGAttributedObject.m index 6308090..6370e19 100644 --- a/SVGgh/SVG/SVGAttributedObject.m +++ b/SVGgh/SVG/SVGAttributedObject.m @@ -1954,6 +1954,12 @@ -(StyleElementType) styleType } return result; } + +-(void) renderIntoContext:(CGContextRef)quartzContext withSVGContext:(id)svgContext +{ + +} + @end @implementation GHClipGroup