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

            Bug ID: 97657
           Summary: INSERT: SVG clippath mask not supported
           Product: LibreOffice
           Version: 4.0.6.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Keywords: filter:svgInsert
          Severity: normal
          Priority: medium
         Component: graphics stack
          Assignee: [email protected]
          Reporter: [email protected]
            Blocks: 88278

Created attachment 122456
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122456&action=edit
svg file

Steps:
1) Open Writer
2) Unzip attached zip file
3) Insert m/masking-path-04-b.svg
4) Notice that their isnt a second 'Clip Test' and its text isnt masked by the
displayed background.

The relevant SVG code is below.

<defs>
  <clipPath id="sample" clipPathUnits="userSpaceOnUse">
    <text x="45" y="270" font-size="100" font-family="Impact">Clip Test</text>
  </clipPath>
</defs>

<g>
  <image xlink:href="../images/bluesquidj.png" preserveAspectRatio="none"
x="20" y="170" width="410" height="160" clip-path="url(#sample)"/>
</g>

Version: 5.2.0.0.alpha0+
Build ID: 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb
CPU Threads: 2; OS Version: Linux 4.2; UI Render: default; 
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2016-02-08_08:05:38
Locale: en-US (en_US.UTF-8)

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

Reply via email to