Skip to content

Clippath transform ignored

Migrated from: https://bugs.launchpad.net/inkscape/+bug/1684036

Steps to reproduce:

Web browser Inkscape
browser_render inkscape_render

What happened?

Transform on the clipPath is ignored.

<clipPath id="clip-path" transform="translate(4.27 -1.45)"><circle class="cls-1" cx="38.19" cy="38.22" r="36.77"/></clipPath>
should be equivalent to
<clipPath id="clip-path"><circle transform="translate(4.27 -1.45)" class="cls-1" cx="38.19" cy="38.22" r="36.77"/></clipPath>
which is rendered properly (see Kadut_liikenne_pysakointi_corrected.svg)

What should have happened?

clipPath transforms should be used. Caveat: see summary (in the first comment)

Inkscape Version and Operating System:

  • Inkscape 1.0alpha (ab48265469, 2019-04-22, custom), Linux Mint 19.1
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information