summaryrefslogtreecommitdiff
path: root/lib/lettering
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lettering')
-rw-r--r--lib/lettering/font.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py
index 50fb804f..f7744eff 100644
--- a/lib/lettering/font.py
+++ b/lib/lettering/font.py
@@ -16,13 +16,12 @@ from ..elements import SatinColumn, Stroke, nodes_to_elements
from ..exceptions import InkstitchException
from ..extensions.lettering_custom_font_dir import get_custom_font_dir
from ..i18n import _, get_languages
-from ..marker import (MARKER, ensure_marker_symbols, has_marker,
- is_grouped_with_marker)
+from ..marker import ensure_marker_symbols, has_marker, is_grouped_with_marker
from ..stitches.auto_satin import auto_satin
from ..svg.clip import get_clips
from ..svg.tags import (CONNECTION_END, CONNECTION_START, EMBROIDERABLE_TAGS,
INKSCAPE_LABEL, INKSTITCH_ATTRIBS, SVG_GROUP_TAG,
- SVG_PATH_TAG, SVG_USE_TAG, XLINK_HREF)
+ SVG_PATH_TAG)
from ..utils import Point
from .font_variant import FontVariant