(self, name)
| 522 | return |
| 523 | # setcolorspace-non-strokine |
| 524 | def do_cs(self, name): |
| 525 | self.ncs = self.csmap[literal_name(name)] |
| 526 | return |
| 527 | # setgray-stroking |
| 528 | def do_G(self, gray): |
| 529 | #self.do_CS(LITERAL_DEVICE_GRAY) |
nothing calls this directly
no test coverage detected