1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 11 months ago
  2. 58cc97a Use factories to avoid using (deprecated) path editing methods by Mike Reed · 4 years ago
  3. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  4. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  5. 093de4e Use more of pathbuilder by Mike Reed · 4 years ago
  6. 577536a Remove "dummy" to comply with Android's inclusive language guidance by Leon Scroggins III · 4 years ago
  7. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years ago
  8. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 2 months ago
  9. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 2 months ago
  10. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 2 months ago
  11. c991152 Added setNodeAttribute to SkSVGDom by Tyler Freeman · 4 years, 3 months ago
  12. e9663db SVG: Added font-size and font-weight attributes to Text node by Tyler Freeman · 4 years, 3 months ago
  13. df1b014 [svg] Reapply currentColor to fill/stroke by Tyler Denniston · 4 years, 3 months ago
  14. 2d65b73 [svg] Fix multiple transforms specified by Tyler Denniston · 4 years, 3 months ago
  15. a625f92 [svg] Fix translate() with no ty specified. by Tyler Denniston · 4 years, 3 months ago
  16. 8ac25c4 [svg] Improve color value parsing by Tyler Denniston · 4 years, 3 months ago
  17. 308c072 [svg] Implement currentColor for gradient stops by Tyler Denniston · 4 years, 3 months ago
  18. f4403e7 Revert "[SVG] Replace custom attribute value wrappers with std::variant" by Florin Malita · 4 years, 4 months ago
  19. 97e0861 [SVG] Replace custom attribute value wrappers with std::variant by Florin Malita · 4 years, 4 months ago
  20. a362669 [svg] Remove primitive type wrappers by Florin Malita · 4 years, 4 months ago
  21. 6c8314e [SVG] Implement currentColor for fill and stroke by Tyler Denniston · 4 years, 4 months ago
  22. 0929425 [svg] Skip "inherited" presentation attributes by Florin Malita · 4 years, 4 months ago
  23. b96bb97 [SVG] Fix polyline/polygon point parsing by Tyler Denniston · 4 years, 4 months ago
  24. 5076bd2 [svg] Fix dasharray padding by Florin Malita · 4 years, 4 months ago
  25. 27aeb12 [svg] Reference cycle avoidance by Florin Malita · 4 years, 4 months ago
  26. d1e5b03 [SVG] Fix application of skewX/skewY attributes by Tyler Denniston · 4 years, 4 months ago
  27. f005c25 [SVG] Fix spec links by Florin Malita · 4 years, 4 months ago
  28. e29cdaf Add experimental support for svg text tag. by Xavier Phan · 4 years, 4 months ago
  29. 7d34dc7 Revert "Revert "switch to new filltype for SkPath"" by Mike Reed · 4 years, 8 months ago
  30. 3e7af41 Revert "switch to new filltype for SkPath" by Mike Reed · 4 years, 8 months ago
  31. 3a50981 switch to new filltype for SkPath by Mike Reed · 4 years, 8 months ago
  32. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 4 years, 11 months ago
  33. e1af444 add guard to switch to SkPathTypes by Mike Reed · 4 years, 11 months ago
  34. 8bd6e8f Move SkTSearch.h into src. by Ben Wagner · 5 years ago
  35. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  36. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  37. 2d9e543 some SkAtomics cleanup by Mike Klein · 6 years ago
  38. 5edcd31 migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  39. f9ecb4e Revert "migrating SkTDArray towards std::vector api" by Mike Reed · 6 years ago
  40. 79884be migrating SkTDArray towards std::vector api by Mike Reed · 6 years ago
  41. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  42. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  43. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  44. c9649ce Guard ignored SVG attribute logging with SK_VERBOSE_SVG_PARSING by Florin Malita · 6 years ago
  45. 48b5668 report ignore attr once only by Cary Clark · 6 years ago
  46. 4284613 Enable conditional-uninitialized flag by Kevin Lubick · 7 years ago
  47. e1dadd7 [SVGDom] Add 'stroke-dashoffset' support by Florin Malita · 7 years ago
  48. f543a60 [SVGDom] Add 'stroke-dasharray' support by Florin Malita · 7 years ago
  49. ffe6ae4 [SVGDom] Add 'visibility' support by Florin Malita · 7 years ago
  50. 1aa1bb6 [SVGDom] Initial <pattern> support by Florin Malita · 7 years ago
  51. b36be14 [SVGDom] Avoid some unneeded canvas save()s by Florin Malita · 7 years ago
  52. 6a69c05 [SVGDom] Initial <use> support by Florin Malita · 7 years ago
  53. 98395d0 [SVGDom] Fix SkSVGTransformableNode::mapToParent() by Florin Malita · 7 years ago
  54. 57a0edf [SVGDom] Add clip-rule support by Florin Malita · 7 years ago
  55. 4de426b [SVGDom] stroke-miterlimit support by Florin Malita · 7 years ago
  56. f6143ff [SVGDom] Add support for <a> elements by Florin Malita · 7 years ago
  57. 532a091 [SVGDom] Fix href handling for radial gradients by Florin Malita · 7 years ago
  58. cc6cc29 [SVGDom] Radial gradient support by Florin Malita · 7 years ago
  59. df007e1 [SVGDom] Factor out common gradient logic by Florin Malita · 7 years ago
  60. ebca0dd Fix SkSVGDOM length & presentation context scoping by Florin Malita · 7 years ago
  61. 23e474c SkCanvas: Helpers for draw{Point,Line,Circle} by Hal Canary · 7 years ago
  62. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  63. 7d52988 [SVGDom] Clipped clipPath support by Florin Malita · 8 years ago
  64. ce8840e [SVGDom] ClipPath support by Florin Malita · 8 years ago
  65. e932d4b [SVGDom] Add fill-rule support by Florin Malita · 8 years ago
  66. bef51c2 [SVGDom] Opacity optimization by fmalita · 8 years ago
  67. a5344ee Revert of [SVGDom] Opacity optimization (patchset #4 id:60001 of https://codereview.chromium.org/2353503005/ ) by borenet · 8 years ago
  68. 3dbb7b9 [SVGDom] Opacity optimization by fmalita · 8 years ago
  69. 7cf4ae7 [SVGDom] Only apply opacity when needed by fmalita · 8 years ago
  70. e1baa7c [SVGDom] Expose intrinsic size info by fmalita · 8 years ago
  71. ceb93ab [SVGDom] Linear gradient 'gradientTransform' support by fmalita · 8 years ago
  72. cecd617 [SVGDom] Linear gradient 'spreadMethod' support by fmalita · 8 years ago
  73. 28d5b72 [SVGDom] Initial linear gradient support by fmalita · 8 years ago
  74. a26cab0 [SVGDom] Don't truncate opacity scalars by fmalita · 8 years ago
  75. 6cf896d Reland: Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  76. 0172e77 Revert of Experimental parsing expression grammar (PEG) template library (patchset #8 id:140001 of https://codereview.chromium.org/2271743002/ ) by fmalita · 8 years ago
  77. 9d08cbc Experimental parsing expression grammar (PEG) template library by fmalita · 8 years ago
  78. be49378 [SVGDom] Fix <ellipse> positioning by fmalita · 8 years ago
  79. 280e282 [SVGDom] Add support for assorted absolute units by fmalita · 8 years ago
  80. d24ee14 [SVGDom] Add <line> support by fmalita · 8 years ago
  81. dc4c2a9 [SVGDom] Add <circle>, <ellipse> support by fmalita · 8 years ago
  82. 6fb0648 [SVGDom] Add opacity support by fmalita · 8 years ago
  83. ca39d71 [SVGDom] SVGPong sample app by fmalita · 8 years ago
  84. 5b31f32 [SVGDom] <polygon> & <polyline> support by fmalita · 8 years ago
  85. 2d961e0 [SVGDom] Add more presentation attributes. by fmalita · 8 years ago
  86. 286a865 [SVGDom] Add rx/ry support for <rect> by fmalita · 8 years ago
  87. fea704e [SVGDom] Disable verbose parsing messages be default by fmalita · 8 years ago
  88. 61f36b3 [SVGDom] Improve whitespace handling in style parsing by fmalita · 8 years ago
  89. c97796b [SVGDom] Improved transform parsing by fmalita · 8 years ago
  90. 397a517 [SVGDom] Add viewBox support by fmalita · 8 years ago
  91. bffc256 [SVGDom] Initial SVGLength support by fmalita · 8 years ago
  92. 58649cc [SVGDom] Parse style attributes by fmalita · 8 years ago
  93. 6ceef3d Initial SVG model by fmalita · 8 years ago