diff options
Diffstat (limited to 'lib/lettering')
| -rw-r--r-- | lib/lettering/font.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lettering/font.py b/lib/lettering/font.py index 9f4d335a..8d2a0c4b 100644 --- a/lib/lettering/font.py +++ b/lib/lettering/font.py @@ -479,7 +479,7 @@ class Font(object): if not has_marker(path_child): path = path_child element = Stroke(path) - self._add_trim_to_element(element, use_trim_symbols) + self._add_trim_to_element(element, use_trim_symbols) def _add_trim_to_element(self, element, use_trim_symbols): if element.shape: |
