konva
konva copied to clipboard
feat: :sparkles: add EllipseRing shape
I want to draw an ellipse ring, but I found that Konva.Ring cannot accomplish this (unless I use scaleX / scaleY, or use a custom implementation of Konva.Shape). Therefore, I want to add an EllipseRing shape component.