deeplook / svglib

Read SVG files and convert them to other formats.
GNU Lesser General Public License v3.0
322 stars 79 forks source link

Incorrect rendering of masked images #290

Closed arkbene closed 3 years ago

arkbene commented 3 years ago

minimal-bug.svg.zip

produces:

minimal-bug.pdf

claudep commented 3 years ago

Yes, this is documented in the README under Known limitation: clipping is limited to single paths, no mask support.

If you have an idea to implement masks with Reportlab machinery, feel free to share your ideas.