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