mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Fix bug #76008
This commit is contained in:
@ -260,6 +260,8 @@ namespace SVG
|
||||
{
|
||||
oSecondPoint = Point{arValues[arValues.size() - 2], arValues[arValues.size() - 1]};
|
||||
|
||||
arValues.erase(arValues.end() - 2, arValues.end());
|
||||
|
||||
return new CLineElement(oSecondPoint + oTranslatePoint);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user