https://qa.mandrakesoft.com/show_bug.cgi?id=703

           Product: fontconfig
         Component: fontconfig
           Summary: Hangs when activating subpixel rendering in
                    /etc/fonts/fonts.conf
           Version: 2.1-1mdk
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


fontconfig hangs if you activate this in /etc/fonts/fonts.conf:
<!--
  Enable sub-pixel rendering
    <match target="font">
        <test qual="all" name="rgba">
            <const>unknown</const>
        </test>
        <edit name="rgba" mode="assign"><const>rgb</const></edit>
    </match>
-->

In more detail, it breaks on the <test>. Changing it to
        <test name="rgba">
            <const>unknown</const>
        </test>
(so uses the default "any") it works. Perhaps "all" for uni-valued props
is broken ?



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to