You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ weasyprint http://localhost:8080/s/test test.png
WARNING: Ignored `fill: #ed8b01` at 3:4, unknown property.
WARNING: Ignored `fill: #412884` at 7:4, unknown property.
This seems to be the same issue like #283, but I don't understand the answer posted there, and there's also no example to follow (404).
As far as i know, fill is a valid CSS property to use in combination with inline svgs. It also works without problems directly in Chromium. Is there any work-around for this? I think this is not a bug, and I do something wrong.
Edit1: I just cleaned the HTML-Code a little bit.
The text was updated successfully, but these errors were encountered:
Hello there,
I just want to render a web-site with an embedded SVG using weasyprint, where polygons should be filled with a specific (generated) color.
This is the HTML-Code
But weasyprint prints these error lines:
This seems to be the same issue like #283, but I don't understand the answer posted there, and there's also no example to follow (404).
As far as i know, fill is a valid CSS property to use in combination with inline svgs. It also works without problems directly in Chromium. Is there any work-around for this? I think this is not a bug, and I do something wrong.
Edit1: I just cleaned the HTML-Code a little bit.
The text was updated successfully, but these errors were encountered: