http://qa.mandrakesoft.com/show_bug.cgi?id=703
------- Additional Comments From [EMAIL PROTECTED] 2003-02-25 19:47 -------
I think this bug is fixed in fontconfig 2.1-6mdk but since I'm not able to
duplicate it, I'd prefer you close it yourself as fixed once you checked it is
really fixed.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
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 ?