Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any plan to support ellipse, resetTransform function? #92

Open
creativejae opened this issue Feb 13, 2023 · 2 comments
Open

any plan to support ellipse, resetTransform function? #92

creativejae opened this issue Feb 13, 2023 · 2 comments

Comments

@creativejae
Copy link

it seems ellipse and resetTransform is unsupported yet.
It might be good to add them into Not yet implemented list to prevent error like;

ctx.prototype.ellipse = function () { console.warn ('ellipse function is unsupported at this time') }
ctx.prototype.resetTransform = function () { console.warn ('resetTransform function is unsupported at this time') }

@murkle
Copy link

murkle commented Feb 13, 2023

There's no-one actively developing this. I suggest you fork https://github.com/zenozeng/svgcanvas and add it yourself

@pfalstad
Copy link

pfalstad commented Feb 25, 2023

https://github.com/zenozeng/svgcanvas already has those. I should have looked at that first before doing it myself

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants