1. c7d0571 [PathKit] Move from experimental to modules by Kevin Lubick · 6 years ago
  2. 5de5233 remove scaling from pathops by Cary Clark · 6 years ago
  3. d6719ca [PathKit] Make pathops assertion a little more forgiving by Kevin Lubick · 6 years ago
  4. 1fd58fd [PathKit] Re-create test expectations by Kevin Lubick · 6 years ago
  5. d993648 [PathKit] Write more complete docs and clean up API to be consistent by Kevin Lubick · 6 years ago
  6. f14a3c0 [PathKit] Add asm.js build and test jobs by Kevin Lubick · 6 years ago
  7. c6c48aa [PathKit] Add more correctness tests to gold by Kevin Lubick · 6 years ago
  8. c623af2 [PathKit] Add conic tests and re-create expectations. by Kevin Lubick · 6 years ago
  9. 11194ab [PathKit] Rework API to avoid extra copies unless explicitly called for. by Kevin Lubick · 6 years ago
  10. a0ba612 [PathKit] Adding test infrastructure to support Gold output by Kevin Lubick · 6 years ago
  11. 084d996 [PathKit] Fix bindings to account for SkPath methods returning this by Kevin Lubick · 6 years ago
  12. 97d6d98 [PathKit] Add various path effects by Kevin Lubick · 6 years ago
  13. 644d8e7 [PathKit] Add PathOps Op and Simplify tests imported from the C++ tests. by Kevin Lubick · 6 years ago
  14. 92c9171 [Pathkit] Add recipe for running JS tests using Docker by Kevin Lubick · 6 years ago
  15. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  16. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  17. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  18. 5f0e3a1 [PathKit] Made some APIs return null if things failed by Kevin Lubick · 6 years ago
  19. 641bf87 [PathKit] Add more Path2D functionality and move some methods to be members by Kevin Lubick · 6 years ago
  20. b3d0e3e Add Debug version of PathKit by Kevin Lubick · 6 years ago
  21. 30cc00c Add job for building PathKit to WASM using Docker by Kevin Lubick · 6 years ago
  22. d938887 Make flutter roll happy by Kevin Lubick · 6 years ago
  23. e1b36fe Productionize PathKit by Kevin Lubick · 6 years ago
  24. 92eaa3c Add SkFloat2Bits and Region stub by Kevin Lubick · 6 years ago
  25. e1824da PathKit/WASM tweaks by Florin Malita · 6 years ago
  26. 22647d0 Adventures with Skia, WASM and a JS API for Pathkit by Kevin Lubick · 6 years ago
  27. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  28. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  29. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  30. 3d856bd [skottie] Relocate to modules/skottie by Florin Malita · 6 years ago
  31. 3b526b0 "Modularize" SkSG by Florin Malita · 6 years ago
  32. c877a40 [skottie] SK_API-export public classes by Florin Malita · 6 years ago
  33. 3b9effc [skottie] Sanitize polystar point counts by Florin Malita · 6 years ago
  34. 0cc01b7 [skottie] Guard against asset cycles by Florin Malita · 6 years ago
  35. 2919b61 [skottie] Clean up AttachLayerContext by Florin Malita · 6 years ago
  36. 0c2bcce [skottie] Allow divide-by-zero in PolyStarAdapter::apply by Florin Malita · 6 years ago
  37. 2d46a00 allow divide by zero by Mike Reed · 6 years ago
  38. 7ac2e3b [skottie] Simplify AttachOpacity by Florin Malita · 6 years ago
  39. 2088078 [skottie] Json cleanup pass by Florin Malita · 6 years ago
  40. 9739d7c [skottie] Null value crash in json::ValueRef::toString() by Florin Malita · 6 years ago
  41. 0ca7a88 [skottie] More defensive array indexing by Florin Malita · 6 years ago
  42. fa7e9a8 [skottie] Switch to RapidJSON by Florin Malita · 6 years ago
  43. 41dff6e [skottie] Add support for round-corners geometry effects by Florin Malita · 6 years ago
  44. c353ee2 [skottie] Power-reduce paths (cubicTo -> lineTo) by Florin Malita · 6 years ago
  45. 6eb85a1 [skottie] Show load stats in SkottieSlide by Florin Malita · 6 years ago
  46. 0c51c21 [skottie] Apply opaque masks as clips by Florin Malita · 6 years ago
  47. cd05b19 [skottie] Add support for inverse mask paths by Florin Malita · 6 years ago
  48. f7621cb Fix many return-std-move-in-c++11 warnings by Kevin Lubick · 6 years ago
  49. 21d3f90 [skottie] Harden json string parsing by Florin Malita · 6 years ago
  50. b5680ca experimental/tools: minor code cleanup by Hal Canary · 6 years ago
  51. a6e30f7 [skottie] Clean up SkottieProperties by Florin Malita · 6 years ago
  52. 69526b0 [sksg] Simplify TrimEffect by Florin Malita · 6 years ago
  53. 72040d9 Fix go syntax for Debian compile by Heather Miller · 6 years ago
  54. 43398a8 [sksg] Use SkTrimPathEffect for path trimming by Florin Malita · 6 years ago
  55. 2607e3b scripts to generate [m]skps, documentation by Hal Canary · 6 years ago
  56. 5f20fa2 [skottie] Reduce parser verbosity by Florin Malita · 6 years ago
  57. 19f2922 [sksg] Cache transformed TrimEffect geometry by Florin Malita · 6 years ago
  58. a016be9 [skottie] Inverted matte support by Florin Malita · 6 years ago
  59. 1022f74 [skottie] Nested animation support by Florin Malita · 6 years ago
  60. 97b3d2b [sksg] Add 'plane' geometry node by Florin Malita · 6 years ago
  61. c9649ce Guard ignored SVG attribute logging with SK_VERBOSE_SVG_PARSING by Florin Malita · 6 years ago
  62. 48b5668 report ignore attr once only by Cary Clark · 6 years ago
  63. 18c46b5 Delete GLFWTest by Jim Van Verth · 6 years ago
  64. 796cda1 [skottie] FMA-friendlier lerp by Florin Malita · 7 years ago
  65. f8393c8 [skottie] Split-position support by Florin Malita · 7 years ago
  66. 21d0e8b [skottie] Clamp SkCubicMap results to [0,1] by Florin Malita · 7 years ago
  67. 51012ce [sksg] Initial text support by Florin Malita · 7 years ago
  68. aa71c89 [skottie] Anti-alias masks by Florin Malita · 7 years ago
  69. 38ea40e [skottie] Layer clip support by Florin Malita · 7 years ago
  70. eb87d67 [skottie] Time start, time stretch by Florin Malita · 7 years ago
  71. cca86f3 [skottie] Hierarchical animators by Florin Malita · 7 years ago
  72. dd22cf96 Revert "[skottie] Cache attached assets" by Florin Malita · 7 years ago
  73. 5effc28 [skottie] Reduce parser verbosity by Florin Malita · 7 years ago
  74. ba3ed69 [skottie] Cache attached assets by Florin Malita · 7 years ago
  75. 4a49068 [skottie] Simplify layer matrix caching by Florin Malita · 7 years ago
  76. 75f4c40 [skottie] Switch animators to SkTArray by Florin Malita · 7 years ago
  77. 1eb98db [skottie] Add 'rz' rotation support by Florin Malita · 7 years ago
  78. fc807c8 [skottie] Refactor animators by Florin Malita · 7 years ago
  79. cf8ed52 [skottie] Parser cleanup by Florin Malita · 7 years ago
  80. a55a591 [skottie] Cache the last keyframe by Florin Malita · 7 years ago
  81. 2518a0a [skottie] Animator scrubbing by Florin Malita · 7 years ago
  82. 2d5fb12 [skottie] Clamp keyframe values by Florin Malita · 7 years ago
  83. 7b3415c [skottie] "hold" keyframe support by Florin Malita · 7 years ago
  84. 25366fa [skottie] Initial mask support by Florin Malita · 7 years ago
  85. ca4439f [skottie] Discard orphaned geometry animators by Florin Malita · 7 years ago
  86. ad335bb [skottie] Improved animation params parsing by Florin Malita · 7 years ago
  87. 055b0f5 [skottie] Improved trim path support by Florin Malita · 7 years ago
  88. 35efaa8 [sksg] Animator, Scene by Florin Malita · 7 years ago
  89. 3ba3fa7 [sksg] Refactor inval registration by Florin Malita · 7 years ago
  90. 0785365 [sksg] Improved trim-path emulation by Florin Malita · 7 years ago
  91. ee6de4b [skottie] Only apply effects to non-empty geometry stacks by Florin Malita · 7 years ago
  92. 7396415 [sksg] Skip zero-width strokes by Florin Malita · 7 years ago
  93. 16d0ad0 [skottie,sksg] Improved shape group semantics by Florin Malita · 7 years ago
  94. 8008df1 handle large rects, rename helper by Mike Reed · 7 years ago
  95. 54f65c4 Skotty -> Skottie by Florin Malita · 7 years ago
  96. 1586d85 [skotty] Refactor paint opacity by Florin Malita · 7 years ago
  97. 6aaee59 [skotty,sksg] Initial gradient support by Florin Malita · 7 years ago
  98. 5f9102f [skotty,sksg] Initial matte layer support by Florin Malita · 7 years ago
  99. 0401e7e [skotty] Adjust Draw node bounds for paint by Florin Malita · 7 years ago
  100. 0e66fba [skotty] Initial solid layer support by Florin Malita · 7 years ago