1. 22 12月, 2016 7 次提交
  2. 19 12月, 2016 1 次提交
  3. 14 10月, 2016 1 次提交
  4. 15 9月, 2016 1 次提交
  5. 04 8月, 2016 1 次提交
  6. 27 7月, 2016 1 次提交
  7. 23 7月, 2016 1 次提交
  8. 22 7月, 2016 2 次提交
  9. 02 7月, 2016 1 次提交
  10. 01 7月, 2016 1 次提交
  11. 23 6月, 2016 1 次提交
    • J
      CurvePath: getPoints() should respect last point (#9169) · 9631648a
      Joshua Koo 提交于
      * CurvePath: getPoints() should respect last point
      
      - autoClose behaviour now checks first point
      - ShapeUtils.triangulateShape to remove dup points
      - #9079
      - Thank you @@rfm1201 again!
      
      * Update webgl_geometry_text_pnltri example too
      9631648a
  12. 18 6月, 2016 2 次提交
  13. 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
  14. 31 5月, 2016 1 次提交
    • R
      Last spline coordinates not stored in actions (#8878) · 6e4e8998
      rfm1201 提交于
      In the actions array of the Path, the last elements of the args array
      need to be the x and y of the last point of the segment added to the
      path.
      Not the case with splineThru => cause an exception if you add an other
      segment after the pline (without a moveTo).
      Used the same trick as absellipse does.
      6e4e8998
  15. 29 5月, 2016 1 次提交
  16. 08 5月, 2016 1 次提交
  17. 06 4月, 2016 1 次提交
  18. 31 12月, 2015 2 次提交
  19. 30 12月, 2015 1 次提交
  20. 23 11月, 2015 1 次提交
  21. 16 10月, 2015 7 次提交
  22. 14 10月, 2015 1 次提交
  23. 12 10月, 2015 2 次提交
  24. 08 10月, 2015 1 次提交