mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix
This commit is contained in:
committed by
Oleg Korshul
parent
cb929fc5c5
commit
69ffd656af
@ -162,7 +162,7 @@ namespace Aggplus
|
||||
|
||||
// Path
|
||||
void PreparePath(CGraphicsPath* path, int id, std::vector<Segment>& segments, std::vector<Curve>& curves, bool reverse = false);
|
||||
void InsertSegment(const Segment& segment);
|
||||
void InsertSegment(const Segment& segment, const Segment& handles, bool updateHandles);
|
||||
Curve GetCurve(const Segment& segment) const;
|
||||
Curve GetPreviousCurve(const Curve& curve) const;
|
||||
Curve GetNextCurve(const Curve& curve) const;
|
||||
|
||||
Reference in New Issue
Block a user