Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
burghoff committed Jun 29, 2024
1 parent 7d7c5c2 commit 02be551
Show file tree
Hide file tree
Showing 5 changed files with 196 additions and 190 deletions.
2 changes: 1 addition & 1 deletion scientific_inkscape/inkex1_3_0/inkex/text/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ def change_alignment(self, newanch):

self.anchor = newanch
self.anchfrac = anfr
chk.pts_ut = None # invalidate chunk positions
chk.charpos = None # invalidate chunk positions

def disablesodipodi(self, force=False):
"""Disables sodipodi:role=line."""
Expand Down
Loading

0 comments on commit 02be551

Please sign in to comment.