Morgan Touverey Quilling

Results 42 comments of Morgan Touverey Quilling

> CPU Thermal Throttle can be orange if during the whole current session you get CPU Thermal Throttle or red if you have it now, it will show Throttle Speed...

Just adding my $0.02: Yes, I think that the library should be more extendable and flexible. I've just tried it and thought about integrating it in my new application, because...

It's your browser caching the images, since two images with the same size will share the same URL. You can workaround that (and make placephant's servers overheat) by appending a...

I had the same problem. I ended up re-creating entirely the SvgImage in the codebehind when the source changes, and assigning it in a container (defined in XAML).

Yes, finally I dropped this library because it embeds an old version of NGraphics (the SVG parser and renderer) that couldn't parse some basic SVGs. Basically copy-pasted the renderers of...

A little update for those who are interested in a better SVG renderer, I improved the original **Android** renderer (coming from this library) and now I'm handling : - SvgImage...

This library uses [NGraphics](https://github.com/praeclarum/NGraphics) to parse and render SVGs. It's a neat, although very limited library that does not states clearly what SVG profile it supports. Since Xamarin.Forms.Plugins is dead...

Hello @RobinHSanner, thanks for the report! What version of Unity do you use? I suspect 2017.x since this used to work before. Yes, `-logFile` without argument seems counter-intuitive, but this...

Hello again, I can't reproduce with Unity 5.x, nor with Unity 2017.x. Also, what's your OS? Compatibility with Windows is mostly untested, and I wouldn't be surprised if this specific...

Okay, must be a Windows-specific problem. (@fklingler @CrazyTales Wanna fix Windows-ish things?)