mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix bug
This commit is contained in:
@ -80,19 +80,19 @@ namespace NSDocxRenderer
|
||||
|
||||
void CVectorGraphics::Close()
|
||||
{
|
||||
VectorGraphicsType type = vgtCurve;
|
||||
VectorGraphicsType type = vgtClose;
|
||||
m_arData.push_back({type, {}});
|
||||
}
|
||||
|
||||
void CVectorGraphics::Clear()
|
||||
{
|
||||
m_arData.clear();
|
||||
ResetBorders();
|
||||
}
|
||||
|
||||
void CVectorGraphics::End()
|
||||
{
|
||||
Clear();
|
||||
ResetBorders();
|
||||
}
|
||||
|
||||
void CVectorGraphics::CheckPoint(const Point& point)
|
||||
|
||||
Reference in New Issue
Block a user