Kaydet (Commit) 1d89cd08 authored tarafından Chr. Rossmanith's avatar Chr. Rossmanith Kaydeden (comit) Christina Roßmanith

Use CSS style attributes for top level svg node

Change-Id: I1f1958e0e03868167a65a2186f955a085676f9d9
Reviewed-on: https://gerrit.libreoffice.org/6563Reviewed-by: 's avatarChristina Roßmanith <ChrRossmanith@web.de>
Tested-by: 's avatarChristina Roßmanith <ChrRossmanith@web.de>
üst 59c0051b
......@@ -60,7 +60,7 @@ namespace svgio
const SvgStyleAttributes* SvgSvgNode::getSvgStyleAttributes() const
{
return &maSvgStyleAttributes;
return checkForCssStyle(OUString("svg"), maSvgStyleAttributes);
}
void SvgSvgNode::parseAttribute(const OUString& rTokenName, SVGToken aSVGToken, const OUString& aContent)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment