blob: faa3d2e1cbf18ceed29c0bdc81ad721e6169f1a9 (
plain)
1
2
3
4
5
6
|
# coding=utf-8
from new_glyph_layer import NewGlyphLayer
from inkex.tester import ComparisonMixin, InkscapeExtensionTestMixin, TestCase
class TestNewGlyphLayerBasic(ComparisonMixin, InkscapeExtensionTestMixin, TestCase):
effect_class = NewGlyphLayer
|