This commit is contained in:
Green
2025-07-31 22:04:19 +03:00
parent 0eadce28da
commit 17534abdda

View File

@ -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);
}