------------------------------------------------------------------------------
| 1696 | |
| 1697 | //------------------------------------------------------------------------------ |
| 1698 | void vtkSVGContextDevice2D::ApplyPenColorToNode(vtkXMLDataElement* node) |
| 1699 | { |
| 1700 | node->SetAttribute("stroke", ColorToString(this->Pen->GetColor()).c_str()); |
| 1701 | } |
| 1702 | |
| 1703 | //------------------------------------------------------------------------------ |
| 1704 | void vtkSVGContextDevice2D::ApplyPenOpacityToNode(vtkXMLDataElement* node) |
no test coverage detected