Skip to content

Commit 1ddf288

Browse files
rettinghauslpugin
andauthored
change back color attribute value
Co-authored-by: Laurent Pugin <lxpugin@gmail.com>
1 parent 76fa7e6 commit 1ddf288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/svgdevicecontext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ void SvgDeviceContext::StartPage()
508508
m_currentNode = m_currentNode.append_child("svg");
509509
m_svgNodeStack.push_back(m_currentNode);
510510
m_currentNode.append_attribute("class") = "definition-scale";
511-
m_currentNode.append_attribute("color") = "currentColor";
511+
m_currentNode.append_attribute("color") = "black";
512512
m_currentNode.append_attribute("font-family") = resources->GetTextFont() + ", serif";
513513
if (this->GetFacsimile()) {
514514
m_currentNode.append_attribute("viewBox")

0 commit comments

Comments
 (0)