From 01de13329c201666872804bc9dfdbc78de5f4e53 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 3 Oct 2017 21:07:16 -0400 Subject: [PATCH] Two points intersect only two ellipses with the same width/height and rotation --- SVG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SVG.md b/SVG.md index 5c96759..b021000 100644 --- a/SVG.md +++ b/SVG.md @@ -172,6 +172,10 @@ Can use font-family and font-size CSS styling An arc is a command that you can add to a path that will draw part of an ellipse. +![two point](http://blog.arcbees.com/wp-content/uploads/svg-arc2.png) + +Two points intersect only two ellipses with the same width/height and rotation. + ``` A rx ry x-axis-rotation large-arc-flag sweep-flag x y ```