mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
SvgLoader: Support ellipse draw
Change-Id: I6420673d8341a59b91546224576d1c977c1a08d2
This commit is contained in:
parent
cfa17c6df6
commit
0d19700b4e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ unique_ptr<tvg::Shape> _shapeBuildHelper(SvgNode* node)
|
|||
break;
|
||||
}
|
||||
case SvgNodeType::Ellipse: {
|
||||
//TODO: Support ellipse
|
||||
shape->appendCircle(node->node.ellipse.cx, node->node.ellipse.cy, node->node.ellipse.rx, node->node.ellipse.ry);
|
||||
break;
|
||||
}
|
||||
case SvgNodeType::Polygon: {
|
||||
|
|
Loading…
Add table
Reference in a new issue