@kittl/pdfkit 0.17.51 → 0.17.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/write_svg.js CHANGED
@@ -725,11 +725,14 @@ function write_svg (doc, svg, x, y, options) {
725
725
  overlay: 'Overlay',
726
726
  darken: 'Darken',
727
727
  lighten: 'Lighten',
728
+ colorburn: 'ColorBurn',
729
+ colordodge: 'ColorDodge',
730
+ hardlight: 'HardLight',
731
+ softlight: 'SoftLight',
728
732
  'color-dodge': 'ColorDodge',
729
733
  'color-burn': 'ColorBurn',
730
734
  'hard-light': 'HardLight',
731
735
  'soft-light': 'SoftLight',
732
- softlight: 'SoftLight',
733
736
  difference: 'Difference',
734
737
  exclusion: 'Exclusion',
735
738
  hue: 'Hue',