1. 642a10b Add origin visualization, add support for Concat44 by Nathaniel Nifong · 4 years, 4 months ago
  2. 157577b [canvaskit,pathkit] Update to emsdk 2.0 by Kevin Lubick · 4 years, 4 months ago
  3. 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 4 years, 4 months ago
  4. 7f1117e remove sksl interpreter guards by Mike Klein · 4 years, 4 months ago
  5. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 4 months ago
  6. 00bb722 missed minification bug by Nathaniel Nifong · 4 years, 5 months ago
  7. 17fd901 Check SKP file version, return error string to JS caller bug:skia:10579 by Nathaniel Nifong · 4 years, 5 months ago
  8. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 5 months ago
  9. 093de4e Use more of pathbuilder by Mike Reed · 4 years, 5 months ago
  10. 577536a Remove "dummy" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years, 5 months ago
  11. 487d9d1 Remove experimental/Networking code by Leon Scroggins III · 4 years, 5 months ago
  12. b1ee2c4 Bump SkottieKit version by Florin Malita · 4 years, 5 months ago
  13. 522fd1e Fix SkottieKit font loading by Florin Malita · 4 years, 5 months ago
  14. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 5 months ago
  15. 12281c5 [skottiekit] Initial npm files by Kevin Lubick · 4 years, 5 months ago
  16. aaf945c Add a full build option for SkottieKit by Florin Malita · 4 years, 6 months ago
  17. 836c9d8 [skrive] Rectangle support by Florin Malita · 4 years, 6 months ago
  18. 3d273d0 [skrive] Initial render plumbing by Florin Malita · 4 years, 6 months ago
  19. a3b0b30 [skrive] Parse ellipse data by Florin Malita · 4 years, 6 months ago
  20. 2106373 [skrive] Parse color paints by Florin Malita · 4 years, 6 months ago
  21. 579e63a [skrive] Reset the node system by Florin Malita · 4 years, 6 months ago
  22. 88ecb7f Add sleep option to web_to_(skp|mskp) shell scripts. by Bryce Thomas · 4 years, 6 months ago
  23. c217f61 [skrive] Start parsing the node hierarchy by Florin Malita · 4 years, 6 months ago
  24. 588b32c Update debugger to new fontmgr selection. by Ben Wagner · 4 years, 6 months ago
  25. 1da2556 [skrive] Initial binary reader plumbing by Florin Malita · 4 years, 7 months ago
  26. 75626e4 Regularize selection of fontmgr. by Ben Wagner · 4 years, 7 months ago
  27. 45cd200 [skrive] Initial artboard plumbing by Florin Malita · 4 years, 7 months ago
  28. 45f36b5 ignore SK_DISABLE_READBUFFER by Mike Klein · 4 years, 7 months ago
  29. 26ae40f Reland "[skrive] Initial parser plumbing" by Florin Malita · 4 years, 7 months ago
  30. e923ae1 Revert "[skrive] Initial parser plumbing" by Florin Malita · 4 years, 7 months ago
  31. 00a96f2 [skrive] Initial parser plumbing by Florin Malita · 4 years, 7 months ago
  32. 6c6592c Upgrade to emscripten 1.39.16 by Nathaniel Nifong · 4 years, 7 months ago
  33. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 7 months ago
  34. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 7 months ago
  35. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 7 months ago
  36. 4ad6b50 [canvaskit] Fix some other usages of .ready by Kevin Lubick · 4 years, 7 months ago
  37. 49de103 Reland "Remove deprecated flush calls." by Greg Daniel · 4 years, 7 months ago
  38. 0f16c57 Revert "Fix flush change breaks." by Greg Daniel · 4 years, 7 months ago
  39. 61d0084 Fix flush change breaks. by Greg Daniel · 4 years, 7 months ago
  40. c991152 Added setNodeAttribute to SkSVGDom by Tyler Freeman · 4 years, 8 months ago
  41. 92e12b8 Remove libgifcodec from skottiekit build. by Nathaniel Nifong · 4 years, 8 months ago
  42. 3088c69 [skottiekit] Add a proof-of-concept only Skottie WASM build. by Kevin Lubick · 4 years, 8 months ago
  43. 123e3b8 [skottie/tools] Video playback support by Florin Malita · 4 years, 8 months ago
  44. e9663db SVG: Added font-size and font-weight attributes to Text node by Tyler Freeman · 4 years, 9 months ago
  45. df1b014 [svg] Reapply currentColor to fill/stroke by Tyler Denniston · 4 years, 8 months ago
  46. 2d65b73 [svg] Fix multiple transforms specified by Tyler Denniston · 4 years, 9 months ago
  47. a625f92 [svg] Fix translate() with no ty specified. by Tyler Denniston · 4 years, 9 months ago
  48. 8ac25c4 [svg] Improve color value parsing by Tyler Denniston · 4 years, 9 months ago
  49. 308c072 [svg] Implement currentColor for gradient stops by Tyler Denniston · 4 years, 9 months ago
  50. f4403e7 Revert "[SVG] Replace custom attribute value wrappers with std::variant" by Florin Malita · 4 years, 9 months ago
  51. 97e0861 [SVG] Replace custom attribute value wrappers with std::variant by Florin Malita · 4 years, 9 months ago
  52. a362669 [svg] Remove primitive type wrappers by Florin Malita · 4 years, 9 months ago
  53. 6c8314e [SVG] Implement currentColor for fill and stroke by Tyler Denniston · 4 years, 9 months ago
  54. 0929425 [svg] Skip "inherited" presentation attributes by Florin Malita · 4 years, 9 months ago
  55. b96bb97 [SVG] Fix polyline/polygon point parsing by Tyler Denniston · 4 years, 9 months ago
  56. 5076bd2 [svg] Fix dasharray padding by Florin Malita · 4 years, 9 months ago
  57. 27aeb12 [svg] Reference cycle avoidance by Florin Malita · 4 years, 9 months ago
  58. d1e5b03 [SVG] Fix application of skewX/skewY attributes by Tyler Denniston · 4 years, 9 months ago
  59. f005c25 [SVG] Fix spec links by Florin Malita · 4 years, 9 months ago
  60. a01c6b0 reformat GN files by Mike Klein · 4 years, 9 months ago
  61. e29cdaf Add experimental support for svg text tag. by Xavier Phan · 4 years, 9 months ago
  62. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 9 months ago
  63. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 4 years, 9 months ago
  64. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 4 years, 9 months ago
  65. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 4 years, 9 months ago
  66. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 4 years, 10 months ago
  67. a77f30c Reland "Split building encoding from decoding" by Leon Scroggins III · 4 years, 10 months ago
  68. 9d4b788 Revert "Split building encoding from decoding" by Mike Klein · 4 years, 10 months ago
  69. 94aaf7c Split building encoding from decoding by Leon Scroggins III · 4 years, 10 months ago
  70. 788b916 Remove SkTMin and SkTMax by Brian Osman · 4 years, 11 months ago
  71. 9d9312b decs/examples: Support more fiddle types: offscreen, srgb by Hal Canary · 5 years ago
  72. d0a0c59 Return summaries of all layers for display by Nathaniel Nifong · 5 years ago
  73. 0f4cb09 [debugger] Use correct archiver by Kevin Lubick · 5 years ago
  74. e17862a Fix wasm builds by Kevin Lubick · 5 years ago
  75. 4e0a6a9 Fix compilation settings for wasm debugger by Nathaniel Nifong · 5 years ago
  76. 8800042 docs/examples: REG_FIDDLE_ANIMATED by Hal Canary · 5 years ago
  77. 118df7c skottie_ios_app: Add OpenGL. by Hal Canary · 5 years ago
  78. 12b2c27 fix msan issue by init all new members by Nathaniel Nifong · 5 years ago
  79. ba80f35 Revert "Reland "Add vis of android device clip restriction, fix regular clip vis on gpu"" by Nathaniel Nifong · 5 years ago
  80. 17175f9 Reland "Add vis of android device clip restriction, fix regular clip vis on gpu" by Nathaniel Nifong · 5 years ago
  81. 66f7ca6 Revert "Add vis of android device clip restriction, fix regular clip vis on gpu" by Jim Van Verth · 5 years ago
  82. aac8e44 Add vis of android device clip restriction, fix regular clip vis on gpu by Nathaniel Nifong · 5 years ago
  83. a14d809 Support using an externally manage list of images in UrlDataManager for wasm debugger. by Nathaniel Nifong · 5 years ago
  84. 94de6b4 Debugger changes to make layer inspection interactive by Nathaniel Nifong · 5 years ago
  85. 5d8b193 fix build minimal_ios_mtl_skia_app by Hal Canary · 5 years ago
  86. efb4ed8 SkMetalDeviceToGrContext: no longer needs any Skia headers by Hal Canary · 5 years ago
  87. 1ff5856 Fix small memory leak in c-api example by Petar Kirov · 5 years ago
  88. a072b7b Remove an uncessary and unused parameter for partially generating the JSON command list by Nathaniel Nifong · 5 years ago
  89. 7e9defb BUILD.gn: Fix formatting. by Hal Canary · 5 years ago
  90. 20b177a Parse android layer annotations in debugger, play back layers by Nathaniel Nifong · 5 years ago
  91. c84ad83 Fix audit trail visualization bugs by Nathaniel Nifong · 5 years ago
  92. 2748306 experimental/skottie_ios/SkottieUiView by Hal Canary · 5 years ago
  93. 732c497 Return image address in image info so it can be shown in dropdown. by Nathaniel Nifong · 5 years ago
  94. 1462941 experimental/skottie_ios: fix some objc errors by Hal Canary · 5 years ago
  95. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 5 years ago
  96. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 5 years ago
  97. 3a50981 switch to new filltype for SkPath by Mike Reed · 5 years ago
  98. c910602 Reland "Minimal iOS app: Perform present subsequent to flush" by Jim Van Verth · 5 years ago
  99. 41b41f9 Revert "Minimal iOS app: Perform present subsequent to flush" by Jim Van Verth · 5 years ago
  100. 4e385e2 Minimal iOS app: Perform present subsequent to flush by Jim Van Verth · 5 years ago