https://bugs.documentfoundation.org/show_bug.cgi?id=101181

            Bug ID: 101181
           Summary: Support the OOXML Glow Effect for Pictures and Shapes
           Product: LibreOffice
           Version: Inherited From OOo
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: graphics stack
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: lukebe...@hotmail.com

Created attachment 126454
  --> https://bugs.documentfoundation.org/attachment.cgi?id=126454&action=edit
Example of Glow Effects

The the DrawingML 20.1.8.32 Glow Effect is stored in OOXML as <a:effectLst> and
<a:glow> elements.[1] Such as:

<a:effectLst>
  <a:glow rad="292100">
    <a:srgbClr val="FF0000">
      <a:alpha val="50000"/>
    </a:srgbClr>
  </a:glow>
</a:effectLst>

Currently we do not support it. It's similar to a centered soft shadow like
effect.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to