Fjölnir Ásgeirsson

Results 43 comments of Fjölnir Ásgeirsson

My fork builds in xcode 5 now: https://github.com/fjolnir/afloat/commit/4a280a4e3befee736cf5e0d94c28c9e2cd7e320a Obviously won't load in apps that use garbage collection though.

https://github.com/millenomi/afloat/pull/5

Alright. If it helps, you can just consider my changes public domain/yours/whatever.

@vincentneo For local files it would just be a matter of adding `tell application "Music" to get sample rate of current track`(AppleScript), and if it's unavailable fall back to the...

No problem. I was looking for an app like this, but since I mostly play local files, it wasn’t working 😅 You can subscribe to that notification via NSDistributedNotificationCenter. It...

Only printing an error log would just make things fail unnoticed. URL loading is not an appropriate feature for a simple (de)serializer like pocketSVG. although `url(#rg1)` looks like some sort...

It always works "correctly", you're just trying to do something that path.containsPoint does not do. The scaling of the view does not change the path, it simply renders it differently....

This would be a large task, mainly because gradients can't be inlined into the path tag. I won't rule it out, but don't hold your breath.

Yeah, seems like this should be handled. The grammar is here: https://www.w3.org/TR/SVG2/paths.html#PathDataBNF