Eigi Eigendorf

Results 2 comments of Eigi Eigendorf

I suggest to add the following method to `ColorTest` in `defcon.test.objects.test_color`: ```python def test_from_tuple_2(self): testTuple = (0xF0/255, 0x0F/255, 0x80/255, 0x08/255) self.assertEqual(tuple(Color(testTuple)), testTuple) ``` Best Eigi

Hello, I'm running into the same problem as described above. In order to solve the problem I have sub classed my fontParts RGlyph and I add the strict = True...