From 69267cfb4a2652e419736f57ec8d834c42a4e82e Mon Sep 17 00:00:00 2001 From: Nate Birkholz Date: Mon, 15 Mar 2021 12:22:06 -0600 Subject: [PATCH] GHStyle didn't implement -(void) renderIntoContext:(CGContextRef)quartzContext withSVGContext:(id)svgContext --- SVGgh/SVG/SVGAttributedObject.m | 6 ++++++ 1 file changed, 6 insertions(+) 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