bash0 / cewe2pdf

A python script to turn cewe photobooks into pdfs
GNU General Public License v3.0
41 stars 26 forks source link

Clipart color substitution: Support gradients #155

Closed cweiske closed 3 months ago

cweiske commented 3 months ago

The "stop-color" style attribute gets replaced now.

We also need to match case insensitive, because the colors were lowercase in the .svg file's linear gradient.

Resolves: https://github.com/bash0/cewe2pdf/issues/154