@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.es.js +4 -1
- package/js/write_svg.es.js.map +1 -1
- package/js/write_svg.js +4 -1
- package/js/write_svg.js.map +1 -1
- package/package.json +1 -1
package/js/write_svg.es.js
CHANGED
|
@@ -723,11 +723,14 @@ function write_svg (doc, svg, x, y, options) {
|
|
|
723
723
|
overlay: 'Overlay',
|
|
724
724
|
darken: 'Darken',
|
|
725
725
|
lighten: 'Lighten',
|
|
726
|
+
colorburn: 'ColorBurn',
|
|
727
|
+
colordodge: 'ColorDodge',
|
|
728
|
+
hardlight: 'HardLight',
|
|
729
|
+
softlight: 'SoftLight',
|
|
726
730
|
'color-dodge': 'ColorDodge',
|
|
727
731
|
'color-burn': 'ColorBurn',
|
|
728
732
|
'hard-light': 'HardLight',
|
|
729
733
|
'soft-light': 'SoftLight',
|
|
730
|
-
softlight: 'SoftLight',
|
|
731
734
|
difference: 'Difference',
|
|
732
735
|
exclusion: 'Exclusion',
|
|
733
736
|
hue: 'Hue',
|