| 25 | namespace tgfx { |
| 26 | |
| 27 | SVGShape::SVGShape(SVGTag t) : INHERITED(t) { |
| 28 | } |
| 29 | |
| 30 | void SVGShape::onRender(const SVGRenderContext& context) const { |
| 31 | const auto fillType = context.presentationContext()._inherited.FillRule->asFillType(); |
nothing calls this directly
no outgoing calls
no test coverage detected