Skip to content

(#1009): Fix omission of !important in rsvg-convert man page for user stylesheets

I had it backwards! The user origin does not take precedence over the author origin.

There is still something fishy in the way presentation attributes are handled vs. styles from an in-document stylesheet. I'll have to add some tests, and probably rework the SpecifiedAttributes machinery - it should not be making decisions on what properties to override; instead it should just tell the cascading machinery what comes from where and let it decide the priorities.

Fixes #1009 (closed)

Merge request reports