You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Add] support for oklch() color conversion in html2canvas
- Implemented a function to resolve oklch() colors to sRGB before rendering with html2canvas.
- Updated the Worker class to call this function in the toCanvas method.
Copy file name to clipboardExpand all lines: dist/html2pdf.bundle.min.js.LICENSE.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,8 @@ PERFORMANCE OF THIS SOFTWARE.
72
72
73
73
/*! ../internals/array-reduce */
74
74
75
+
/*! ../internals/array-set-length */
76
+
75
77
/*! ../internals/array-slice */
76
78
77
79
/*! ../internals/array-species-constructor */
@@ -534,7 +536,7 @@ PERFORMANCE OF THIS SOFTWARE.
534
536
535
537
/*! @babel/runtime/helpers/typeof */
536
538
537
-
/*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
539
+
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
538
540
539
541
/*! canvg */
540
542
@@ -1302,6 +1304,10 @@ PERFORMANCE OF THIS SOFTWARE.
Copy file name to clipboardExpand all lines: dist/html2pdf.min.js.LICENSE.txt
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,8 @@ PERFORMANCE OF THIS SOFTWARE.
51
51
52
52
/*! ../internals/array-reduce */
53
53
54
+
/*! ../internals/array-set-length */
55
+
54
56
/*! ../internals/array-slice */
55
57
56
58
/*! ../internals/array-species-constructor */
@@ -513,7 +515,7 @@ PERFORMANCE OF THIS SOFTWARE.
513
515
514
516
/*! @babel/runtime/helpers/typeof */
515
517
516
-
/*! @license DOMPurify 3.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.1/LICENSE */
518
+
/*! @license DOMPurify 3.3.2 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.3.2/LICENSE */
517
519
518
520
/*! canvg */
519
521
@@ -1281,6 +1283,10 @@ PERFORMANCE OF THIS SOFTWARE.
0 commit comments