[Interest] SVG gradient not working on some machines

Larry Martell larry.martell at gmail.com
Thu Mar 31 15:12:47 CEST 2016


On Wed, Mar 30, 2016 at 10:48 AM, Larry Martell <larry.martell at gmail.com> wrote:
> I have some HTML that looks like this:
>
>     <svg width="0" height="0">
>         <defs>
>             <linearGradient id="RangeGradient"
>                  x1="0" y1="0" x2="100%" y2="0">
>                 <stop offset="0%" stop-color="lightblue" />
>                 <stop offset="100%" stop-color="indianred" />
>             </linearGradient>
>         </defs>
>     </svg>
>
> <svg width="100" height="25" class="pull-right">
> <rect x="0" y="0" width="100" height="25" fill="url(#RangeGradient)" />\
> </svg>
>
> On some machines this works fine, but on other machines the entire
> rectangle is black. There are no errors in QWebInspector, but in the
> app's error log I see this message:
>
> QCoreTextFontDatabase::fontEngine: CGFontCreateWithDataProvider failed
>
> Anyone know what that means, and if that could be the cause of the SVG
> issue, and how to fix this?

Has this post appeared on the list? I got a bounce message from google
that said:

"The recipient server did not accept our requests to connect" but it
said it would retry for 2 days.



More information about the Interest mailing list