blob: dafad9e325663f19e306cd1a5eb7a50f7f4c7ba8 (
plain)
1
2
3
4
5
6
|
# coding=utf-8
from previous_glyph_layer import PreviousLayer
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
class TestPreviousLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
effect_class = PreviousLayer
|