Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
WhiteRaccoon
FTP client for iOS
-
UIViewEasyPositioning
Demonstration of UIView+VRAlign category. An easy way to align and position views.
Objective-C 4
-
Simple-OpenGL-Init
A very simple way to set up GLKitView without using the template provided by xcode
Objective-C 2
-
ChangeUIImageColor
Demonstration of UIImage+VRColor category. A way to render your textures on-the-fly and minimising the graphic resources count.
-
StelarMonkey
Svg to Core Graphics
Swift 1
-
spoof-uuid-macos
A small utility to spoof the hardware uuid on macOS
14 contributions in the last year
Contribution activity
May 2019
April 2019
- valentinradu/svgdom JavaScript
Created an issue in svgdotjs/svgdom that received 3 comments
Bug in recursively getting attributes
I think this specific line:
https://github.com/svgdotjs/svgdom/blob/master/dom.js#L305
should actually be && node.nodeType === 1 since otherwise at…