css-shapes-editor icon indicating copy to clipboard operation
css-shapes-editor copied to clipboard

Improve closest-side / farthest-side calculation in ellipse()

Open oslego opened this issue 11 years ago • 0 comments

Currently naively assuming center in 50% 50% Consolidate compute method into CSSUtils for use by circle()

Acceptance tests:

  • [ ] ellipse(closest-side at 10% 70%)
  • [ ] ellipse(closest-side farthest-side at 10% 70%)
  • [ ] ellipse(farthest-side closest-side at 10% 70%)
  • [ ] ellipse(closest-side closest-side at -100px -100px) // yields zero-size ellipse

oslego avatar Mar 15 '14 20:03 oslego