alexandre01 / deepsvg

[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.

Home Page:https://www.lingosub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVGCommandArc is not implemented yet

ZetangForward opened this issue · comments

I notice some functions of SVGCommandArc are not implemented yet, is there any plan to update the code and finish those functions?

I put the related line below ~

def numericalize(self, n=256):

def split(self, n=2):

def sample_points(self, n=10, return_array=False):