https://bugs.documentfoundation.org/show_bug.cgi?id=97367
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WORKSFORME Status|NEW |RESOLVED CC| |[email protected] --- Comment #10 from Justin L <[email protected]> --- (In reply to Roman Kuznetsov from comment #8) > but white font on white background is in PDF and in presentation mode (F5) I suggest that means this bug is fixed. The master page specifies a white highlight colour for the Title, and direct formatting says nothing about highlight. The master page draw:master-page-name="Title_20_Slide" uses draw:text-style-name="MP5". <style:style style:name="MP5" style:family="paragraph"> contains <loext:graphic-properties draw:fill="solid" draw:fill-color="#ffffff"/> Test1 and Test2 are using <text:p text:style-name="P1"> <text:span text:style-name="T1">Test1</text:span> </text:p> where P1 says nothing about the fill, and thus the master page props apply. <style:style style:name="P1" style:family="paragraph"> <style:paragraph-properties fo:margin-left="0cm" fo:margin-right="0cm" fo:margin-top="0cm" fo:margin-bottom="0cm" fo:line-height="100%" fo:text-align="center" fo:text-indent="0cm" style:writing-mode="lr-tb"/> </style:style> -- You are receiving this mail because: You are the assignee for the bug.
