Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render-assets.sh inkscape warning #236

Open
geos-github opened this issue Jul 7, 2024 · 0 comments
Open

render-assets.sh inkscape warning #236

geos-github opened this issue Jul 7, 2024 · 0 comments

Comments

@geos-github
Copy link

geos-github commented Jul 7, 2024

Running src/gtk-2.0/render-assets.sh or src/xfwm4/render-assets.sh produces warnings "Ignoring unrecognized CSS property: block-progression"

This seems to have been present in arc-theme already (I'm not referring to the particular bug discussed there, but to one of the messages only):
https://bugzilla.redhat.com/show_bug.cgi?id=1982160

It might be related to this:

https://gitlab.com/inkscape/inbox/-/issues/7599

So it seems like block-progression is simply an outdated directive. The more interesting question is whether it should be replaced with another currently-supported one.

I really don't understand anything about CSS, but it might be related to this thing:

https://webplatform.github.io/docs/css/properties/block-progression/

Maybe the block-progression: tb in the svg files should be replaced by writing-mode: horizontal-tb?

https://webplatform.github.io/docs/css/properties/writing-mode/

This seems to be the default value, so most likely ignoring block-progression does not do any damage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant