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