Mira Grudzinska
Mira Grudzinska
another example: ``` auto shape3 = tvg::Shape::gen(); shape3->appendArc(600, 450, 180, 10, 0.000002, true); shape3->strokeFill(255, 255, 255); shape3->strokeWidth(2); if (canvas->push(std::move(shape3)) != tvg::Result::Success) return; ``` before: after:
@hermet I still have to figure out how to access the system fonts or how to deal without them
@hermet I'll handle it this week, sorry for delay
@hermet I keep it as draft, since it contains [#2345](https://github.com/thorvg/thorvg/pull/2345) and it's not clear for now whether we want it, so there's no point to push this one into review
in a final version it will handle embedded fonts only, the rest in handled in: https://github.com/thorvg/thorvg/pull/2345 https://github.com/thorvg/thorvg/pull/2362
I'll check the regression bugs
rebased, no other changes