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