We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fa7e6 commit 1ddf288Copy full SHA for 1ddf288
src/svgdevicecontext.cpp
@@ -508,7 +508,7 @@ void SvgDeviceContext::StartPage()
508
m_currentNode = m_currentNode.append_child("svg");
509
m_svgNodeStack.push_back(m_currentNode);
510
m_currentNode.append_attribute("class") = "definition-scale";
511
- m_currentNode.append_attribute("color") = "currentColor";
+ m_currentNode.append_attribute("color") = "black";
512
m_currentNode.append_attribute("font-family") = resources->GetTextFont() + ", serif";
513
if (this->GetFacsimile()) {
514
m_currentNode.append_attribute("viewBox")
0 commit comments