Skip to content

fix 1795942 "object to path" uses outdated state

Thomas Holder requested to merge bug-1795942-obj2path into master

If SPObject::setKeyValue(key, value) is called with a CSS property key, it will call SPStyle::clear(key).

The underlying problem is the propagation of the d attribute to a CSS property.

Fixes bug 1795942

Fixes regression from c01f3041 (bug 1787601)

Edited by Thomas Holder

Merge request reports