MCPcopy Create free account
hub / github.com/Tencent/tgfx / SVGShape

Method SVGShape

src/svg/node/SVGShape.cpp:27–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace tgfx {
26
27SVGShape::SVGShape(SVGTag t) : INHERITED(t) {
28}
29
30void SVGShape::onRender(const SVGRenderContext& context) const {
31 const auto fillType = context.presentationContext()._inherited.FillRule->asFillType();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected