diff options
Diffstat (limited to 'imagemap.py')
| -rw-r--r-- | imagemap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/imagemap.py b/imagemap.py index a1bd093..9a88a42 100644 --- a/imagemap.py +++ b/imagemap.py @@ -81,7 +81,7 @@ class ImageMap(inkex.OutputExtension): href=link['href'] alt=link['alt'] if int(linkindex) not in seen else None shapes=[] - path=el.get_path().to_superpath() + path=el.get_path().transform(el.composed_transform()).to_superpath() bezier.cspsubdiv(path,0.5) for subpath in path: coords=[[round((c[0][0]-viewBox[0])*wscale),round((c[0][1]-viewBox[1])*hscale)] for c in subpath] |
