micahpearlman / MonkSVG

SVG parsing framework in C++
BSD 3-Clause "New" or "Revised" License
79 stars 19 forks source link

call drawing twice? #25

Closed gerchicov closed 10 years ago

gerchicov commented 10 years ago

MonkSVG_OpenGL_Test_iOSViewController.mm method drawFrame: you have called the drawing twice:

vgSVGRenderer->draw(); ... vgSVGRenderer->draw();

As I understand you draw the same picture twice with various transform matrices only, don't you?

micahpearlman commented 10 years ago

yes

gerchicov commented 10 years ago

ok, please explain why?

micahpearlman commented 10 years ago

It's just a demonstration is all.