Design and Implementation

Discuss here the topics related to OpenVG architecture, design and implementation hurdles.

Just a minor detail that I came across while implementing:

vguArc will go into an infinite loop of a NAN is passed to startAngle or angleExtend… (and it will take ages if you pass FLT_MAX or something like that).

Imho the numbers of revolutions should be limited to a sane value.