1. c683482 [svg] Refactor <polygon> and <polyline> to use new parsing by Tyler Denniston · 4 years ago
  2. 52d9475 [svg] Refactor several simple nodes to new parsing code by Tyler Denniston · 4 years ago
  3. 1f4cd07 [svg] Support preserveAspectRatio for images by Tyler Denniston · 4 years ago
  4. a0fea40 [canvaskit] Deploy 0.23.0 by Kevin Lubick · 4 years ago
  5. f2f3d52 Add CanvasKit bindings for SkRuntimeEffect's uniform data by Brian Osman · 4 years ago
  6. efae4d5 Glyph positions in empty lines (few places had to be fixed) by Julia Lavrova · 4 years ago
  7. 4d76f63 Fix particle bug where uniforms are allocated too late by Brian Osman · 4 years ago
  8. e1db1fb Grapheme clusters and glypheme clusters edges don't match. by Julia Lavrova · 4 years ago
  9. 20e92f7 Update SkRuntimeEffect::Make to take an Options struct. by John Stiles · 4 years ago
  10. 360035c Particle cleanup by Brian Osman · 4 years ago
  11. 70b6729 [canvaskit] Add error callback for runtime effect constructor by Kevin Lubick · 4 years ago
  12. 5feaeb2 [canvaskit] Fix particles.setPosition and add test. by Kevin Lubick · 4 years ago
  13. 045f87d Reasonable results for not styled text in findAllBlocks. by Julia Lavrova · 4 years ago
  14. 8ca4626 [svg] Implement <image> element by Tyler Denniston · 4 years ago
  15. f3b1a75 [skottie] Sphere layer effect by Florin Malita · 4 years ago
  16. c813786 Update all example particle data to new single-code-chunk format by Brian Osman · 4 years ago
  17. e9e8e5d [canvaskit] Replace Postan value array with Float32Array. by Kevin Lubick · 4 years ago
  18. d62738d [canvaskit] Remove deprecated PathMeasure by Kevin Lubick · 4 years ago
  19. f6040ef [canvaskit] Remove value_array for vector3 by Kevin Lubick · 4 years ago
  20. ed96264 [canvaskit] Replace Point value_array with Float32Array by Kevin Lubick · 4 years ago
  21. 209857c [svg] Parse data and non-local IRIs by Tyler Denniston · 4 years ago
  22. 9223665 Guard legacy matrixtransforms, and expose new one by Mike Reed · 4 years ago
  23. 3364579 [canvaskit] Move matrix helpers to their own file and make optional. by Kevin Lubick · 4 years ago
  24. d1c6cc1 Reland "[canvaskit] Break up helper.js into smaller files" by Kevin Lubick · 4 years ago
  25. 3831689 Particle refactor: Only have one code string, uniforms, etc. by Brian Osman · 4 years ago
  26. 7935900 Make SkParticleEffect::RegisterParticleTypes thread-safe by Brian Osman · 4 years ago
  27. 03da7cb Revert "[canvaskit] Break up helper.js into smaller files" by John Stiles · 4 years ago
  28. 38d8dea Revert "Add particle GM that uses uniforms, fix related bug in particle effect" by Brian Osman · 4 years ago
  29. 365949c [canvaskit] Skip particles gms by Kevin Lubick · 4 years ago
  30. 99da77a Pass sampling to drawImage by Mike Reed · 4 years ago
  31. 964b446 Add particle GM that uses uniforms, fix related bug in particle effect by Brian Osman · 4 years ago
  32. 0ab283a Revert "Hide SK_SUPPORT_LEGACY_DRAWIMAGE_NOSAMPLING flag" by Mike Reed · 4 years ago
  33. 5817fe1 Hide SK_SUPPORT_LEGACY_DRAWIMAGE_NOSAMPLING flag by Mike Reed · 4 years ago
  34. 24df67d Reland "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years ago
  35. e71f547 [svg] Expand SkSVGIRI type by Tyler Denniston · 4 years ago
  36. 2c3cec9 [canvaskit] Break up helper.js into smaller files by Kevin Lubick · 4 years ago
  37. 64400d9 Revert "[svg] Plumb a ResourceProvider" by Florin Malita · 4 years ago
  38. dd9449c Add SkShaper::PurgeCaches. by Ben Wagner · 4 years ago
  39. 8eedcd2 [svg] Partial implementation of feSpecularLighting by Tyler Denniston · 4 years ago
  40. d20a109 Round unresolved font blocks to grapheme edges by Julia Lavrova · 4 years ago
  41. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 4 years ago
  42. 1604ad6 Clean up ParagraphCache::abandon. by Ben Wagner · 4 years ago
  43. 131decb [svg] Fix node factories order by Florin Malita · 4 years ago
  44. 32b3089 [svg] Add light source classes and lighting-color pres attr by Tyler Denniston · 4 years ago
  45. f661ec7 [svg] Text asPath() support by Florin Malita · 4 years ago
  46. f965224 [svg] Text object bounding box support by Florin Malita · 4 years ago
  47. f005c8a [svg] Implement feDisplacementMap by Tyler Denniston · 4 years ago
  48. 9911630 Hide misc non-sampling draw methods by Mike Reed · 4 years ago
  49. 7aea2ae [svg] Fix non-xy length scale factor by Tyler Denniston · 4 years ago
  50. c55c8c1 [svg] Generalize text shaping by Florin Malita · 4 years ago
  51. bd91660 [svg] Handle unspecified filter effect inputs by Tyler Denniston · 4 years ago
  52. 302ea2e [svg] Cleanup text content model rules by Florin Malita · 4 years ago
  53. 3193ff2 Remove SK_SHAPER_HARFBUZZ_USE_BAD_SCALE by Ben Wagner · 4 years ago
  54. ce75036 SkSL: Remove ByteCode interpreter, generator, etc. by Brian Osman · 4 years ago
  55. e02d7f8 More hiding of legacy drawImage calls by Mike Reed · 4 years ago
  56. e89d8ea Update particle system to use skvm, rather than ByteCode by Brian Osman · 4 years ago
  57. 110367d Fix most remaining wasm gm unit tests by correctly providing gl context by Nathaniel Nifong · 4 years ago
  58. 8a37fb2 [svg] Implement SourceAlpha input for filter effects by Tyler Denniston · 4 years ago
  59. c7e4824 [svg] Several filter helper tweaks by Tyler Denniston · 4 years ago
  60. 6de1e52 [canvaskit] Properly downsample 4x4 matrices. by Kevin Lubick · 4 years ago
  61. 14d336e Remove "death" functions from particle system by Brian Osman · 4 years ago
  62. cdeabca [svg] Fix handling of root element position attributes by Florin Malita · 4 years ago
  63. 4c89481be [svg] Implement feMorphology filter by Tyler Denniston · 4 years ago
  64. 420a75d Include placeholder widths in minIntrinsicWidth by Julia Lavrova · 4 years ago
  65. ea27de5 [svg] Cleanup: use FP alpha for opacity by Florin Malita · 4 years ago
  66. bde06cc [svg] Cleanup: drop the presentation attribute SkPaint cache by Florin Malita · 4 years ago
  67. e9a8238 Avoid division by zero when shaping. by Ben Wagner · 4 years, 1 month ago
  68. d414e60 [svg] Property inheritance workaround by Florin Malita · 4 years, 1 month ago
  69. a25e1a3 [svg] Implement feBlend filter by Tyler Denniston · 4 years, 1 month ago
  70. bf061a3 Fix an (int + float) error in "cube" particle demo by Brian Osman · 4 years, 1 month ago
  71. a22d21e [svg] Fix incorrect optimization for opacity layer by Tyler Denniston · 4 years, 1 month ago
  72. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 4 years, 1 month ago
  73. b2aa04d [svg] Minor cleanup by Florin Malita · 4 years, 1 month ago
  74. 73d57bf [svg] Add support for mask color-interpolation by Florin Malita · 4 years, 1 month ago
  75. 5878ece [svg] Implement feOffset filter by Tyler Denniston · 4 years, 1 month ago
  76. cf1e2f3 [svg] Fix mask edge artifacts by Florin Malita · 4 years, 1 month ago
  77. 94730fe [svg] Handle std input case for filter subregion calculation by Tyler Denniston · 4 years, 1 month ago
  78. 3df6c20 [svg] Fix <use> bounds calculation by Tyler Denniston · 4 years, 1 month ago
  79. 68afd48 Fixed TextBehavior for one line by Julia Lavrova · 4 years, 1 month ago
  80. 3c10618 [svg] Add clipPathUnits support by Florin Malita · 4 years, 1 month ago
  81. 4ea46b7 [svg] Fix null text context crash by Florin Malita · 4 years, 1 month ago
  82. 4919110 [svg] Mask support by Florin Malita · 4 years, 1 month ago
  83. 8f78d55 Reland "[svg] Perform colorspace conversions for filter effects" by Tyler Denniston · 4 years, 1 month ago
  84. 36acb7b Revert "[svg] Perform colorspace conversions for filter effects" by John Stiles · 4 years, 1 month ago
  85. a0880ed [svg] Perform colorspace conversions for filter effects by Tyler Denniston · 4 years, 1 month ago
  86. cbaea29 [canvaskit] Expose getShadowLocalBounds by Kevin Lubick · 4 years, 1 month ago
  87. d8e9436 Cache ICU break iterators in SkUnicode_icu by Jason Simmons · 4 years, 1 month ago
  88. 7bb85db [svg] Add plumbing for color-interpolation-filters property by Tyler Denniston · 4 years, 1 month ago
  89. 836c2ca [svg] Initial mask plumbing by Florin Malita · 4 years, 1 month ago
  90. fc0ea0a [svg] TextPath support by Florin Malita · 4 years, 1 month ago
  91. ace3f29 Remove SkEffectBinding feature from particle system by Brian Osman · 4 years, 1 month ago
  92. 187d811 [svg] Implement feGaussianBlur by Tyler Denniston · 4 years, 1 month ago
  93. 3a92f77 [svg] Implement onObjectBoundingBox for circle and path by Tyler Denniston · 4 years, 1 month ago
  94. aed808c Position inside family glyph by Julia Lavrova · 4 years, 1 month ago
  95. 54e7c05 Separate out built-in SkSL types into their own struct. by John Stiles · 4 years, 1 month ago
  96. 0a145b7 [svg] Compute and use filter primitive subregion by Tyler Denniston · 4 years, 1 month ago
  97. 4878b3e Remove Improved Perlin Noise by Brian Salomon · 4 years, 1 month ago
  98. 50940ab fix a few failing gm tests in wasm by Nathaniel Nifong · 4 years, 1 month ago
  99. b06ebee Make SkBase64 interface less unpleasant. by Ben Wagner · 4 years, 1 month ago
  100. 0355118 debug build for wasm gm tests by Nathaniel Nifong · 4 years, 1 month ago