Skip to content

Commit ac87240

Browse files
authored
Merge pull request #4263 from rettinghaus/develop-default
do not scope default css
2 parents 15d8111 + bc30a5f commit ac87240

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/svgdevicecontext.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,6 @@ void SvgDeviceContext::StartPage()
492492
// bounding box css - for debugging
493493
// css += " g.bounding-box{stroke:red; stroke-width:10} "
494494
// "g.content-bounding-box{stroke:blue; stroke-width:10}";
495-
this->PrefixCssRules(css);
496495
m_currentNode.text().set(css);
497496
m_currentNode = m_svgNodeStack.back();
498497
}

0 commit comments

Comments
 (0)