1. 28 10月, 2017 3 次提交
  2. 25 10月, 2017 1 次提交
  3. 17 10月, 2017 1 次提交
  4. 08 10月, 2017 1 次提交
  5. 10 9月, 2017 1 次提交
  6. 30 8月, 2017 1 次提交
  7. 19 5月, 2017 1 次提交
  8. 24 3月, 2017 1 次提交
  9. 22 12月, 2016 9 次提交
  10. 19 12月, 2016 1 次提交
  11. 14 11月, 2016 1 次提交
  12. 23 10月, 2016 1 次提交
  13. 04 8月, 2016 1 次提交
  14. 23 7月, 2016 1 次提交
  15. 22 7月, 2016 2 次提交
  16. 06 7月, 2016 1 次提交
    • R
      clockwise full ellipse (#9291) · 1d7b7f74
      rfm1201 提交于
      The point returned by getPoint was always reverse clockwise on a full
      ellipse even when the ellipse is clock wise.
      1d7b7f74
  17. 17 6月, 2016 1 次提交
    • J
      Shapes refactor (#9079) · 6df2c331
      Joshua Koo 提交于
      * Consistent getPoints and getSpacedPoints on ellipse
      
      They work as getSpacedPoints used to (but with the final point)
      The arc between aStartAngle and aEndAngle is always forced in the 0, 2
      PI area, as getSpacedPoints did (but not getPoints)
      
      * Refactor Path class
      
      - got rid of .actions
      - getPoints() moved to CurvePath
      - toShapes() moved to new class ShapePath
      
      * Path: simplify usage of this.currentPoint
      
      * Optimize LineCurve.getPoint(1) as suggested by @rfm1201 in #8952
      
      - this minimizes some floating point errors when t = 1
      
      * Fix up missing changes to CurvePath and EllipseCurve
      
      - as commented by @rfm1201
      - using f040453 as reference
      
      * Path: update currentPoint for .splineThru(), add automatic lineTo()
      
      - for ellipse
      
      * CurvePath: address some removeDuplicatesInAPath() concerns
      
      - also cleanup some old reference to .actions
      
      * Path/CurvePath getPoints() shouldn't return sequence of duplicate points
      
      * In path.absellipse, lineTo is drawn only to connect existing path
      
      - when necessary
      6df2c331
  18. 22 12月, 2015 1 次提交
  19. 18 12月, 2015 1 次提交
  20. 01 12月, 2015 1 次提交
  21. 30 11月, 2015 2 次提交
  22. 27 11月, 2015 2 次提交
  23. 16 10月, 2015 2 次提交
  24. 12 8月, 2015 1 次提交
  25. 08 8月, 2015 1 次提交
  26. 05 8月, 2015 1 次提交