------------------------------------------------------------------------------
| 1762 | |
| 1763 | //------------------------------------------------------------------------------ |
| 1764 | void vtkSVGContextDevice2D::ApplyPenAsFillColorToNode(vtkXMLDataElement* node) |
| 1765 | { |
| 1766 | node->SetAttribute("fill", ColorToString(this->Pen->GetColor()).c_str()); |
| 1767 | } |
| 1768 | |
| 1769 | //------------------------------------------------------------------------------ |
| 1770 | void vtkSVGContextDevice2D::ApplyPenAsFillOpacityToNode(vtkXMLDataElement* node) |
no test coverage detected