TechDraw: fix typo in comment

This commit is contained in:
Luz Paz
2025-06-11 15:10:48 -04:00
committed by Max Wilfinger
parent a05cb9847c
commit 78d995f2b8

View File

@@ -128,8 +128,8 @@ namespace {
}
// QSvgRenderer::transformForElement only returns transform for parents, not for the element itself
// If the `text` element itself has transform, let's wrap it in a shallow group so it's takin into account
// by QSvgRenderer::transformForElement
// If the `text` element itself has transform, let's wrap it in a shallow group so it's taken into
// account by QSvgRenderer::transformForElement
for(QDomElement& textElement : textElements) {
if (textElement.hasAttribute(QStringLiteral("transform"))) {
QDomElement group = doc.createElement(QStringLiteral("g"));