Full Stack Developer

Results 6 issues of Full Stack Developer

![Screenshot 2020-10-06 at 12 23 56](https://user-images.githubusercontent.com/9155680/95189963-e44f6d00-07ce-11eb-9924-d02bcf349caa.png) ![Screenshot 2020-10-06 at 12 24 19](https://user-images.githubusercontent.com/9155680/95189969-e6b1c700-07ce-11eb-8ce1-70cf84d11581.png)

I'm trying to change color of shape using following code: @discardableResult public func replaceColors(node: Node, color: Fill?) -> Bool { if let shape = node as? Shape { shape.fill =...

class NodeRenderer { weak var view: MView? fileprivate let onNodeChange: () -> Void fileprivate let disposables = GroupDisposable() fileprivate var active = false weak var animationCache: AnimationCache? init(node: Node, view:...

I'm using this framework to show SVG file and changing color of Shape. Btw filling color is slow. It takes 1 second for changing color of shape. shape.fill = Color.white...

class NodeRenderer { weak var view: MView? fileprivate let onNodeChange: () -> Void fileprivate let disposables = GroupDisposable() fileprivate var active = false weak var animationCache: AnimationCache? init(node: Node, view:...

I'm trying to change color of shape using following code: @discardableResult public func replaceColors(node: Node, color: Fill?) -> Bool { if let shape = node as? Shape { shape.fill =...