Example #1
0
 def test_paintSVGchar(self):
     svg = paintSvgChar(1, 20, 1, 12)
     assert "/L/Character/Dirichlet/8/5" in svg
Example #2
0
 def test_paintSVGchar(self):
     svg = paintSvgChar(1,20,1,12)
     assert "/L/Character/Dirichlet/8/5" in svg