1. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  2. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  3. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years ago
  4. b65b4da Fix cases of variable shadowing in /modules/. by John Stiles · 3 years ago
  5. 1f261da Stop using filterquality by Mike Reed · 3 years, 1 month ago
  6. 7bf7999 Reland "Add format-specifier warnings to SkDebugf." by John Stiles · 3 years, 2 months ago
  7. 283dba5 Revert "Add format-specifier warnings to SkDebugf." by Tyler Denniston · 3 years, 2 months ago
  8. e58831c Add format-specifier warnings to SkDebugf. by John Stiles · 3 years, 2 months ago
  9. bbaf630 [svg] Document container size semantics by Florin Malita · 3 years, 3 months ago
  10. 95b2cf9 [svg] Implement feImage by Tyler Denniston · 3 years, 4 months ago
  11. 080001c [svg] Fix nullptr deref for none input paints by Tyler Denniston · 3 years, 4 months ago
  12. 2992fb0 [svg] Refactor SkSVGImage to expose image loading by Tyler Denniston · 3 years, 4 months ago
  13. 86f31f2 [svg] Fix filter effect subregion calculation by Tyler Denniston · 3 years, 4 months ago
  14. 80ba617 [svg] Implement 'display:none' by Tyler Denniston · 3 years, 4 months ago
  15. 48fb05b [svg] Fix text object bounding box resolution by Florin Malita · 3 years, 4 months ago
  16. cdcd9a7 [svg] Implement spot light sources by Tyler Denniston · 3 years, 4 months ago
  17. 3010f3d [svg] Refactor object bounding box access by Florin Malita · 3 years, 4 months ago
  18. 8cfe718 [svg] Implement feDiffuseLighting by Tyler Denniston · 3 years, 4 months ago
  19. f208f81 [svg] Implement distant light sources for specular lighting by Tyler Denniston · 3 years, 4 months ago
  20. 343c15a Additional trace events for SVG parse and render operations by Dominik Röttsches · 3 years, 4 months ago
  21. c49c7f5 [svg] Fix handling of <rect> rx/ry by Florin Malita · 3 years, 5 months ago
  22. 9943840 [svg] Add support for funcIRI fallback colors by Florin Malita · 3 years, 5 months ago
  23. 3d9ab7e Separate general defaults from Skia defaults by Ben Wagner · 3 years, 5 months ago
  24. 10a5ff2 Must pass filtering to picture shader by Mike Reed · 3 years, 5 months ago
  25. c505e43 [svg] Refactor <path> to use new parsing by Tyler Denniston · 3 years, 7 months ago
  26. bded42a Split :tests into :test and :tests. by Ben Wagner · 3 years, 6 months ago
  27. 627c6d2 [svg] Refactor <pattern> and gradient stop elements to new parsing by Tyler Denniston · 3 years, 7 months ago
  28. c683482 [svg] Refactor <polygon> and <polyline> to use new parsing by Tyler Denniston · 3 years, 7 months ago
  29. 52d9475 [svg] Refactor several simple nodes to new parsing code by Tyler Denniston · 3 years, 7 months ago
  30. 1f4cd07 [svg] Support preserveAspectRatio for images by Tyler Denniston · 3 years, 7 months ago
  31. 8ca4626 [svg] Implement <image> element by Tyler Denniston · 3 years, 7 months ago
  32. 209857c [svg] Parse data and non-local IRIs by Tyler Denniston · 3 years, 7 months ago
  33. 24df67d Reland "[svg] Plumb a ResourceProvider" by Florin Malita · 3 years, 7 months ago
  34. e71f547 [svg] Expand SkSVGIRI type by Tyler Denniston · 3 years, 7 months ago
  35. 64400d9 Revert "[svg] Plumb a ResourceProvider" by Florin Malita · 3 years, 7 months ago
  36. 8eedcd2 [svg] Partial implementation of feSpecularLighting by Tyler Denniston · 3 years, 7 months ago
  37. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 3 years, 7 months ago
  38. 131decb [svg] Fix node factories order by Florin Malita · 3 years, 7 months ago
  39. 32b3089 [svg] Add light source classes and lighting-color pres attr by Tyler Denniston · 3 years, 7 months ago
  40. f661ec7 [svg] Text asPath() support by Florin Malita · 3 years, 7 months ago
  41. f965224 [svg] Text object bounding box support by Florin Malita · 3 years, 7 months ago
  42. f005c8a [svg] Implement feDisplacementMap by Tyler Denniston · 3 years, 7 months ago
  43. 7aea2ae [svg] Fix non-xy length scale factor by Tyler Denniston · 3 years, 7 months ago
  44. c55c8c1 [svg] Generalize text shaping by Florin Malita · 3 years, 7 months ago
  45. bd91660 [svg] Handle unspecified filter effect inputs by Tyler Denniston · 3 years, 7 months ago
  46. 302ea2e [svg] Cleanup text content model rules by Florin Malita · 3 years, 7 months ago
  47. 8a37fb2 [svg] Implement SourceAlpha input for filter effects by Tyler Denniston · 3 years, 7 months ago
  48. c7e4824 [svg] Several filter helper tweaks by Tyler Denniston · 3 years, 7 months ago
  49. cdeabca [svg] Fix handling of root element position attributes by Florin Malita · 3 years, 7 months ago
  50. 4c89481be [svg] Implement feMorphology filter by Tyler Denniston · 3 years, 7 months ago
  51. ea27de5 [svg] Cleanup: use FP alpha for opacity by Florin Malita · 3 years, 7 months ago
  52. bde06cc [svg] Cleanup: drop the presentation attribute SkPaint cache by Florin Malita · 3 years, 7 months ago
  53. d414e60 [svg] Property inheritance workaround by Florin Malita · 3 years, 7 months ago
  54. a25e1a3 [svg] Implement feBlend filter by Tyler Denniston · 3 years, 7 months ago
  55. a22d21e [svg] Fix incorrect optimization for opacity layer by Tyler Denniston · 3 years, 7 months ago
  56. b2aa04d [svg] Minor cleanup by Florin Malita · 3 years, 7 months ago
  57. 73d57bf [svg] Add support for mask color-interpolation by Florin Malita · 3 years, 7 months ago
  58. 5878ece [svg] Implement feOffset filter by Tyler Denniston · 3 years, 7 months ago
  59. cf1e2f3 [svg] Fix mask edge artifacts by Florin Malita · 3 years, 7 months ago
  60. 94730fe [svg] Handle std input case for filter subregion calculation by Tyler Denniston · 3 years, 7 months ago
  61. 3df6c20 [svg] Fix <use> bounds calculation by Tyler Denniston · 3 years, 7 months ago
  62. 3c10618 [svg] Add clipPathUnits support by Florin Malita · 3 years, 7 months ago
  63. 4ea46b7 [svg] Fix null text context crash by Florin Malita · 3 years, 7 months ago
  64. 4919110 [svg] Mask support by Florin Malita · 3 years, 7 months ago
  65. 8f78d55 Reland "[svg] Perform colorspace conversions for filter effects" by Tyler Denniston · 3 years, 7 months ago
  66. 36acb7b Revert "[svg] Perform colorspace conversions for filter effects" by John Stiles · 3 years, 7 months ago
  67. a0880ed [svg] Perform colorspace conversions for filter effects by Tyler Denniston · 3 years, 7 months ago
  68. 7bb85db [svg] Add plumbing for color-interpolation-filters property by Tyler Denniston · 3 years, 7 months ago
  69. 836c2ca [svg] Initial mask plumbing by Florin Malita · 3 years, 7 months ago
  70. fc0ea0a [svg] TextPath support by Florin Malita · 3 years, 7 months ago
  71. 187d811 [svg] Implement feGaussianBlur by Tyler Denniston · 3 years, 7 months ago
  72. 3a92f77 [svg] Implement onObjectBoundingBox for circle and path by Tyler Denniston · 3 years, 7 months ago
  73. 0a145b7 [svg] Compute and use filter primitive subregion by Tyler Denniston · 3 years, 7 months ago
  74. 736c992 [svg] Deferred text position adjustments by Florin Malita · 3 years, 8 months ago
  75. 2d059fc [svg] Text rotate support by Florin Malita · 3 years, 8 months ago
  76. e5a2171 [svg] Convert text rendering to RSX form by Florin Malita · 3 years, 8 months ago
  77. 735ac97 [svg] Relative postioning support for text by Florin Malita · 3 years, 8 months ago
  78. dec7802 Reland "[svg] Absolute positioning support for text" by Florin Malita · 3 years, 8 months ago
  79. e2f6245 Revert "[svg] Absolute positioning support for text" by Derek Sollenberger · 3 years, 8 months ago
  80. febb1b8 [svg] Absolute positioning support for text by Florin Malita · 3 years, 8 months ago
  81. adc6889 [svg] Refactor text rendering context plumbing by Florin Malita · 3 years, 8 months ago
  82. dcf288b [svg] Fix filter region bounds by Tyler Denniston · 3 years, 8 months ago
  83. 62a683e [svg] Prep work for filter primitive subregion by Tyler Denniston · 3 years, 8 months ago
  84. b2d1a3b [svg] Minor cleanups by Tyler Denniston · 3 years, 8 months ago
  85. 8ed0443 [svg] Add feFlood filter node by Tyler Denniston · 3 years, 8 months ago
  86. 04e03bc [svg] Convert stop-color and stop-opacity to presentation attrs by Tyler Denniston · 3 years, 9 months ago
  87. 7416571 [svg] Split out SkSVGColor from paint by Tyler Denniston · 3 years, 9 months ago
  88. 9c1f1be [svg] xml:space support by Florin Malita · 3 years, 9 months ago
  89. 7dc984a [svg] Text shaping and layout by Florin Malita · 3 years, 9 months ago
  90. 512ff75 [svg] Initial <tspan> support by Florin Malita · 3 years, 9 months ago
  91. 041f665 [svg] Remove kInherit from several SVG types by Tyler Denniston · 3 years, 9 months ago
  92. 4c6f57a [svg] Use new code path for rest of presentation attrs by Tyler Denniston · 3 years, 9 months ago
  93. 9a5aa0a [svg] Handle zero-radius radial gradients by Florin Malita · 3 years, 9 months ago
  94. 79832e3 [svg] Parse "inherit" generically for SkSVGProperty by Tyler Denniston · 3 years, 9 months ago
  95. 75c38f9 [svg] Add SkSVGProperty class for presentation attributes by Tyler Denniston · 3 years, 9 months ago
  96. 7006e15 [svg] Allow clients to pass a custom SkFontMgr by Florin Malita · 3 years, 9 months ago
  97. a0a5146 [svg] Use new parsing for gradient classes by Tyler Denniston · 3 years, 10 months ago
  98. b25caae [svg] Implement feComposite, basic filter result storage by Tyler Denniston · 3 years, 10 months ago
  99. 8c42567 [svg] Convert most presentation attributes to new style parsing by Florin Malita · 3 years, 10 months ago
  100. 70bb18d [svg] Implement feColorMatrix filter by Tyler Denniston · 3 years, 10 months ago