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