[Interest] SVG gradient not working on some machines
Elvis Stansvik
elvstone at gmail.com
Thu Mar 31 18:08:24 CEST 2016
Den 31 mar 2016 3:13 em skrev "Larry Martell" <larry.martell at gmail.com>:
>
> 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.
Yes, it appeared :)
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20160331/53db0cfc/attachment.html>
More information about the Interest
mailing list