gerchicov

Results 17 issues of gerchicov

Probably its context is not destroyed properly. I tried to put your code in my project into a separate UIViewController. Then I run the application and try to push/pop this...

``` void SVG::handle_line(TiXmlElement *element) { _handler->onPathBegin(); float x1, x2, y1, y2; element->QueryFloatAttribute("x1", &x1); element->QueryFloatAttribute("y1", &y1); element->QueryFloatAttribute("x2", &x2); element->QueryFloatAttribute("y2", &y2); _handler->onLine(x1, y1, x2, y2); ``` // _handler->onPathMoveTo(x1, y1); // _handler->onPathLineTo(x2, y2);...

Circle is not handled and I think it is enough easy to fix using an existing code.

https://gist.github.com/gerchicov/6989283 As I understand this code means a transparent figure, but it is filled with black color I see that your string_hex_color_to_uint can't implement this value and simply returns 0.

Your line joins look like you use "bevel" style. But If I perform something like this: onPathBegin onPathMoveTo onPathLineTo //multiple times to draw a rect onPathClose onPathEnd After this code...

example: the second tag g is not processed

I even don't know where to add it