This commit is contained in:
Mario Voigt 2024-01-23 21:50:02 +01:00
parent 66ed980951
commit 16da7593e2
1 changed files with 1 additions and 1 deletions

View File

@ -513,7 +513,7 @@ class LaserCheck(inkex.EffectExtension):
self.path = self.checkImagePath(image) # This also ensures the file exists
if self.path is None: # check if image is embedded or linked
image_string = node.get('{http://www.w3.org/1999/xlink}href')
image_string = image.get('{http://www.w3.org/1999/xlink}href')
# find comma position
i = 0
while i < 40: