We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15d8111 + bc30a5f commit ac87240Copy full SHA for ac87240
src/svgdevicecontext.cpp
@@ -492,7 +492,6 @@ void SvgDeviceContext::StartPage()
492
// bounding box css - for debugging
493
// css += " g.bounding-box{stroke:red; stroke-width:10} "
494
// "g.content-bounding-box{stroke:blue; stroke-width:10}";
495
- this->PrefixCssRules(css);
496
m_currentNode.text().set(css);
497
m_currentNode = m_svgNodeStack.back();
498
}
0 commit comments