Nilam Gaikwad

Results 4 issues of Nilam Gaikwad

Fixes [#232](https://github.com/mathandy/svgpathtools/issues/232) Some GPU does not have 'arc' so we can use cubic bezier for such case. When GPU does not support 'arc' command Circle can be rendered using 2...

While testing with NXP IMXRT device we find some issue in svgpath tools. - Some GPU does not have 'arc' so we can use cubic bizen for such case. -...

There are some improvements in svg_to_paths.py which we want to upstream. 1) ellipse2pathd Use 'cubic' curve to draw ellipse/circle. 'arc' is not supported on all platforms. 2) polyline2pathd - Handle...

Fixes BATIK-1378 Present ttf2svg application has a limitation that it export all characters or it export range of characters. Consider a case of Chinese/Japanese language which was resulting in large...